Skip to content
Select themeSelect language

GET /api/auth/verify/consume?token=… — consume a verification link, flip `email_verified`, then redirect to the login page with a status flag. Always redirects, so the HTTP status never leaks whether the token was valid.

GET
/api/auth/verify/consume
curl --request GET \
--url 'https://example.com/api/auth/verify/consume?token=example'
token
required
string

Email verification token

Redirect to the login page with verification status