Skip to content

Resend verification email

POST
/v1/auth/resend-verification

Generates a new verification token and sends a verification email. Always returns success to prevent email enumeration.

Request Body

application/json
JSON
{
  
"email": "string"
}

Responses

Verification email sent (or no-op if not found)

application/json
JSON
{
  
"message": "string"
}

Playground

Body

Samples

Powered by VitePress OpenAPI