v1/identity/verification/email/generate_link

Generate Email Verification Link

post

Generates an email verification link and sends it to the specified email address.

Header parameters
AuthorizationstringOptional

Bearer token for optional database authentication.

X-User-IdentitystringRequired

JWT issued by Olympus-Grid Identity Manager. Required for API access.

Body
emailstringOptional

The email address to send the verification link.

Responses
200
Verification link generated successfully.
post
POST /v1/identity/verification/email/generate_link HTTP/1.1
Host: api.olympus-grid.com
X-User-Identity: text
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "email": "text"
}

No content

Last updated