Skip to main content
POST
/
api
/
auth
/
email
/
send-verification
{
  "success": true,
  "message": "If your email is registered, we have sent you a verification code/link. Please check your inbox."
}

Body

application/json
email
string<email>
required

Response

Verification email sent (if email exists). Message varies based on configured method.

success
boolean
message
string
Example:

"If your email is registered, we have sent you a verification code/link. Please check your inbox."