EaserixDocs
DevelopersAPI referenceAuth & accountsMe

Resend the email confirmation link

Full sessions only. No-ops with a 200 if the account is already verified, or if a still-usable link was sent within the last minute (throttled so this can't be used to mail-bomb an inbox).

View as Markdown
POST
/v1/me/verify-email/resend
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/me/verify-email/resend"
{  "message": "string"}