Open Gauge
Auth

Verify Email Endpoint

Confirm the token from a registration verification email, activating the account and returning an access token for immediate sign-in. Tokens expire 24 hours after registration.

GET
/api/v1/auth/verify-email

Query Parameters

token*Token

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/auth/verify-email?token=string"
{  "access_token": "string",  "token_type": "bearer"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}