VideohatiDocs
API referenceAuthentication

Verify an email address

Verify an email address

POST/v1/auth/verify-email

Consumes 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

StatusMeaning
200Email verified.
400The request body or query failed validation. The per-operation description lists the exact error.code values.
429Rate limit exceeded.

Example request

{
  "token": "3q2hHkz0V8wXbA4tNfYcDmEuJp"
}

Try it

POST
/v1/auth/verify-email
No 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