Auth

Send verification email

Sends a verification email to the specified email address if the user exists and is not already verified.

post/api/auth/send-verification-email

Request body

emailstring email required

The email address to send the verification email to.

Example request

{
  "email": "user@example.com"
}

Response

Verification email has been sent successfully.

string required

Changes

Changed in 2 of the 7 revisions of this API.11