v1

latestOpenAPI 3.1.02026-07-26261466.6 KB
Authentication

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.

get/api/v2

Response

The organization and mode behind the token.

object'api_v2' required
organization_idstring required

The organization the token belongs to.

test_modeboolean 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'sandbox' | 'production'

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