API referenceAuthentication
Verify an email address
Verify an email address
POST
/v1/auth/verify-emailConsumes a verification token delivered by email. Rate limit: 30 requests per 60 s per IP.
Error codes: invalid_or_expired_token (400).
Authentication
- This operation needs no authentication.
Parameters
This operation takes no parameters.
Request body
required
Content type: application/json
{
"token": "3q2hHkz0V8wXbA4tNfYcDmEuJp"
}Responses
| Status | Meaning |
|---|---|
200 | Email verified. |
400 | The request body or query failed validation. The per-operation description lists the exact error.code values. |
429 | Rate limit exceeded. |
Example request
{
"token": "3q2hHkz0V8wXbA4tNfYcDmEuJp"
}Try it
POST
/v1/auth/verify-emailNo 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