API Token Endpoints
Retrieve API Token
Get API token by ID
GET
/
tokens
/
{id}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredResponse
200 - application/json
datasetCapabilities
object
requireddescription
string
Description of the token
expiresAt
string | null
Expiration date of the token (ISO 8601 format)
id
string
requiredID of the token
name
string
requiredName of the token
orgCapabilities
object
requiredWas this page helpful?