Skip to main content
POST
/
auth
/
resendVerificationEmail
Resend verification email
curl --request POST \
  --url http://api.superwize.ai/api/auth/resendVerificationEmail \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "success": true
}

Body

application/json
email
string<email>
required

Response

200 - application/json

Verification resend attempt completed.

success
boolean
required