v1/identity/verification/email/verify_link
Verifies the email verification link and updates the user's verification status.
Header parameters
AuthorizationstringOptional
Bearer token for optional database authentication.
X-User-IdentitystringRequired
JWT issued by Olympus-Grid Identity Manager. Required for API access.
Body
tokenstringOptional
The email verification token.
Responses
200
Email verified successfully.
400
Bad request.
404
Verification link not found or expired.
500
Server error.
post
POST /v1/identity/verification/email/verify_link HTTP/1.1
Host: api.olympus-grid.com
X-User-Identity: text
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"token": "text"
}
No content
Last updated