API referenceAuthentication
Verify an email address via browser link
Verify an email address via browser link
GET
/v1/auth/verify-email/consumeThe link target embedded in verification emails. Always responds with
a 302 redirect to the /auth/verified HTML page; on failure the
redirect carries ?error=invalid_or_expired_token. Rate limit: 30
requests per 60 s per IP.
Authentication
- This operation needs no authentication.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
token | query | string | Yes | — |
Request body
This operation takes no request body.
Responses
| Status | Meaning |
|---|---|
302 | Redirect to the verification result page. |
429 | Rate limit exceeded. |
Try it
GET
/v1/auth/verify-email/consumeNo authentication
API playground
Send a live request to the Videohati API; this operation needs no authentication.
https://api.staging.videohati.com/v1/auth/verify-email/consume