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

Body

application/json
email
string
required

Response

200

Verification email resent successfully