List all API tokens
Get API tokens
Request #
curl -X GET 'https://api.axiom.co/v2/tokens' \
-H 'Authorization: Bearer API_TOKEN'Try itRun this request against your Axiom organization
Credentials stay in this browser tab and are only sent to Axiom when you run the request.
Response #
200Token| Property | Type | Description |
|---|---|---|
datasetCapabilities | objectRequired | |
description | string | Description of the token |
expiresAt | string<date-time> | Expiration date of the token (ISO 8601 format) |
id | stringRequired | ID of the token |
name | stringRequired | Name of the token |
orgCapabilities | objectRequired | |
annotations | string[] | Annotations capability |
apiTokens | string[] | API tokens capability |
auditLog | string[] | Audit Log capability |
billing | string[] | Billing capability |
dashboards | string[] | Dashboards capability |
datasets | string[] | Datasets capability |
endpoints | string[] | Endpoints capability |
flows | string[] | Flows capability |
integrations | string[] | Integrations capability |
monitors | string[] | Monitors capability |
notifiers | string[] | Notifiers capability |
rbac | string[] | Access control capability |
sharedAccessKeys | string[] | Shared access keys capability |
users | string[] | Users capability |
views | string[] | Views capability |
samlAuthenticated | boolean | |
viewCapabilities | object |