Skip to main content
POST
Send a verification email to the user

Authorizations

Authorization
string
header
required

Personal API key sent as a bearer token.

Body

application/json
email
string
required

The email to send the verification email to

Example:

"user@example.com"

callbackURL
string | null

The URL to use for email verification callback

Example:

"https://example.com/callback"

Response

Success

status
boolean

Indicates if the email was sent successfully

Example:

true