email-verification
Resend verification email
Resend verification email to a user. Creates a new token and invalidates old ones.
post/email-verification/resend
Request body
Example request
{
"email": "user@example.com"
}Response
Verification email resent successfully
Example response
{
"success": true,
"message": "Verification email sent successfully",
"verificationId": 1,
"email": "user@example.com",
"verified": true,
"userId": 123,
"verifiedAt": "2025-11-01T12:34:56.789Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.