Re-issue a verification email
POST /auth/resend-verification
POST
/auth/resend-verification
Anonymous. Takes the email the user signed up with; when it matches a still-unverified account, mints a fresh token + sends the email. Returns 202 ALWAYS, regardless of whether the email is known — anti- enumeration measure.
Request Body required
Section titled “Request Body required ”object
email
required
string format: email
Responses
Section titled “ Responses ”Acknowledged. The email is sent when applicable; the response is the same when the address is unknown to prevent enumeration.
Malformed request
object
error
required
Human-readable error summary
string
Example
the request could not be completedRate-limited; retry after a brief pause.
object
error
required
Human-readable error summary
string
Example
the request could not be completed