API Tokens
Get All API Tokens
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.
GET
Authorizations
API key for authentication.
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
200
application/json
OK.
The response is of type object[]
.