Skip to content

Email Verification Link

GET
/auth/token/verify

Email verification endpoint for clicking verification links. No authentication required. Returns HTML page with verification status.

Parameters

Query Parameters

token*

Verification token from email link

Typestring
Required
redirect

Optional redirect URL after successful verification

Typestring

Responses

HTML page showing verification result

text/html
JSON
"<html><body><h1>Verification Successful</h1></body></html>"

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI