Skip to main content
GET
Get token details

Authorizations

Authorization
string
header
required

This API uses OAuth2 tokens.

Query Parameters

code
string

Response

OK: Returns token details.

OAuth 2 Bearer token

access_token
string

The access token value.

client_id
string<hex>

The client ID for which the token was issued.

entity_id
string<uuid>

The entity ID for which the token was issued.

expires_in
integer<uint64>

The access token lifetime, in seconds.

organization_id
string<uuid>

The organization ID for which the token was issued.

token_type
string

The access token type.