Skip to main content
POST
Confirm an account's email with a token
Consumes the single-use verification token from the emailed link and marks the account’s email address confirmed. Invalid, expired, or already-used tokens return a generic 400 so the endpoint is not a token oracle.

Body Parameters

Example Request

Example Response

Authorizations

Authorization
string
header
required

Body

application/json
token
string
required

Response

Email verified.

message
string