Skip to content

Verify email

POST
/v1/auth/verify-email

When you register, the API emails a verification link containing a token. Post that token here to confirm the address. An expired or already-used token comes back as a clear error without revealing which one it was.

Request Body

application/json

Email-verification payload (POST /auth/verify-email) — the single-use token from the email link.

The single-use token from the verification email link.

Responses

OK

application/json

Success body for POST /auth/verify-email.

A human-readable result to show the caller.

Whether the account's email address is now verified.

Playground

Server
Body

Samples

Powered by VitePress OpenAPI