Skip to content

Re-issue a verification email

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.

object
email
required
string format: email

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 completed

Rate-limited; retry after a brief pause.

object
error
required

Human-readable error summary

string
Example
the request could not be completed