Get information about your permanent API tokens in the account. A user with the Administrators role gets information about all API tokens in the account.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Account ID.
Group's ID. Possible values are:
Example, &role=Engineers
User's ID. Use to get API tokens issued by a particular user.
Example, &issued_by=1234
User's ID. Use to get API tokens issued by anyone except a particular user.
Example, ¬_issued_by=1234
The state of API tokens included in the response.
Two possible values:
Example, &deleted=True
OK.
API token name.
"My token"
Date when the API token becomes expired (ISO 8086/RFC 3339 format), UTC. If null, then the API token will never expire.
"2021-01-01 12:00:00+00:00"
API token role. API token role and issuer data.
API token ID.
42
Deletion flag. If true, then the API token was deleted.
false
Expiration flag. If true, then the API token has expired. When an API token expires it will be automatically deleted.
false
Date when the API token was issued (ISO 8086/RFC 3339 format), UTC.
"2021-01-01 12:00:00+00:00"
Date when the API token was last used (ISO 8086/RFC 3339 format), UTC.
"2021-01-01 12:00:00+00:00"
API token description.
"It's my token"