Skip to main content
POST
/
api
/
v1
/
auth
/
send-verification
Send Verification Email
curl --request POST \
  --url https://api.example.com/api/v1/auth/send-verification \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{}

Headers

authorization
string | null

Body

application/json

Request body for sending verification email.

email
string<email> | null

User's email address. If not provided, the authenticated user's email is used.

Response

Verification email sent

The response is of type Response Send Verification Email Api V1 Auth Send Verification Post · object.