Canary Speech

ValidateAuthToken

POST - /v3/auth/tokens/validate

Description

Validates a user login token.

Headers

Header KeyDescriptionExample
Content-Type
The content type for this request.
application/json

Body Parameters

NameTypeDescription
* tokenstring
The ID or access token issued to the user.

Successful Response

A successful response

Field NameTypeDescription
messagestring
"OK"

Code Example