v1

latestOpenAPI 3.1.12026-07-2410095.4 KB
Account

Get Current Token

Retrieves a summary of the token used to make the API request. This endpoint can primarily be used to debug permission issues with the API.

get/token

Headers

X-Wistia-API-Versionstring required

Response

Successful response

type'permanent' | 'expiring' | 'oauth' required

The type of token used.

scopesstring[] required

The scopes of the token.

namestring nullable required

The name of the token. This only applies to permanent tokens.

expires_atstring iso8601 nullable

When the token expires. A null token means it never expires.