Skip to content

Resend Verification Email

POST
/api/v1/auth/email/verification-notification

Re-sends the verification email to the authenticated user. Returns 200 even when the account is already verified (to avoid leaking state).

object
message
string
Verification email sent.
{
"message": "Verification email sent."
}