Skip to main content
GET
Introspect credential

Authorizations

Authorization
string
header
required

A platform access token. Get one on the Create an access token endpoint by exchanging your client_id + client_secret, then send it as Authorization: Bearer <token>. Tokens live one hour.

Response

The organization and mode behind the token.

object
enum<string>
required
Available options:
api_v2
organization_id
string
required

The organization the token belongs to.

test_mode
boolean
required

true when the token acts in test mode, false in production. Decided by the client the token was minted from. Prefer this over the deprecated mode field.

mode
enum<string>
deprecated

Deprecated — sandbox is the legacy wire name for test mode; read test_mode instead. Kept unchanged so existing integrations never break.

Available options:
sandbox,
production