VideohatiDocs
API referenceAuthentication

Verify an email address via browser link

Verify an email address via browser link

GET/v1/auth/verify-email/consume

The 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

NameInTypeRequiredDescription
tokenquerystringYes

Request body

This operation takes no request body.

Responses

StatusMeaning
302Redirect to the verification result page.
429Rate limit exceeded.

Try it

GET
/v1/auth/verify-email/consume
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/consume