Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Account ID.
Query Parameters
Group's ID. Possible values are:
- 1 - Administrators* 2 - Users* 5 - Engineers* 3009 - Purge and Prefetch only (API+Web)* 3022 - Purge and Prefetch only (API)
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:
- True - API token was not deleted.* False - API token was deleted.
Example, &deleted=True
Response
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"