Skip to content

Validate Token (GET)

GET
/auth/token/validate

Validate a verification token via query parameter and create a session. Requires X-Bridge-Secret header.

Authorizations

BridgeSecret

Bridge secret for backend integration

Type
API Key (header: X-Bridge-Secret)

Parameters

Query Parameters

token*

Verification token

Type
string
Required
Example"tok_abc123def456"

Responses

Token validated successfully

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI