Skip to content

Resend verification email

POST
/resend-verification

Resends the email verification link to an unverified account. Always returns success to avoid email enumeration.

Request to resend an email verification link.

object
email
required
string
Example
{
"email": "[email protected]"
}

Verification email sent

Response for resend verification email

object
message
required
string
Example
{
"message": "If an unverified account exists with this email, a verification link has been sent."
}

Server error