Resend Verification Email
POST /api/v1/auth/email/verification-notification
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).
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”object
message
string
Verification email sent.{ "message": "Verification email sent."}