v1/identity/verification/email/verify_link

Verify Email Link

post

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.
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