Skip to content

Resend email verification link​

POST
/api/auth/resend-verification

Request a new email verification link. Returns generic message to prevent user enumeration.

Request Body​

application/json
JSON
{
  
"email": "user@example.com"
}

Responses​

Generic success response

application/json
JSON
{
  
"message": "If the email exists and is not yet verified, a verification link has been sent."
}

Playground​

Body

Samples​

Powered by VitePress OpenAPI