Introspect credential
Returns the organization and mode your token acts as. Useful as a health check and to confirm you’re pointed at the right credential.
Authorizations
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.
api_v2 The organization the token belongs to.
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.
Deprecated — sandbox is the legacy wire name for test mode; read test_mode instead. Kept unchanged so existing integrations never break.
sandbox, production