Skip to main content
GET
Get token info
Draft documentation — API not yet rolled out. This endpoint describes the preview contract and may change before release. Sandbox access is provided separately. See access and limitations.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Identifies the company, runtime environment, and legacy data-isolation mode. Modern credentials use production access mode in both environments.

id
string
required
read-only
token_name
string
required
read-only
access_mode
string
required
read-only

Legacy data-isolation mode, not the API environment. Modern credentials use production in both production and sandbox.

environment
enum<string>
required

The API environment serving this request: production or sandbox.

Available options:
production,
sandbox
company
string | null
required
read-only

UUID of the company attached to the calling token, or null when no company is attached.

company_name
string | null
required
read-only

Name of the company attached to the calling token, or null when no company is attached.