Get API tokens
curl --request GET \
--url https://api.axiom.co/v2/tokens \
--header 'Authorization: Bearer <token>'[
{
"datasetCapabilities": {},
"id": "<string>",
"name": "<string>",
"orgCapabilities": {
"annotations": [
"create"
],
"apiTokens": [
"create"
],
"auditLog": [
"read"
],
"billing": [
"read"
],
"dashboards": [
"create"
],
"datasets": [
"create"
],
"endpoints": [
"create"
],
"flows": [
"create"
],
"integrations": [
"create"
],
"monitors": [
"create"
],
"notifiers": [
"create"
],
"rbac": [
"create"
],
"sharedAccessKeys": [
"read"
],
"users": [
"create"
],
"views": [
"create"
]
},
"description": "<string>",
"expiresAt": "2023-11-07T05:31:56Z",
"samlAuthenticated": true,
"viewCapabilities": {}
}
]The access token received from the authorization server in the OAuth 2.0 flow.
Token
Show child attributes
Show child attributes
Data Management capability
delete Ingest capability
create Query capability
read Sharing dataset capability
create, read, delete Starred queries capability
create, read, update, delete Data Trimming capability
update Field Vacuuming capability
update Virtual fields capability
create, read, update, delete ID of the token
Name of the token
Show child attributes
Annotations capability
create, read, update, delete API tokens capability
create, read, update, delete Audit Log capability
read Billing capability
read, update Dashboards capability
create, read, update, delete Datasets capability
create, read, update, delete Endpoints capability
create, read, update, delete Flows capability
create, read, update, delete Integrations capability
create, read, update, delete Monitors capability
create, read, update, delete Notifiers capability
create, read, update, delete Access control capability
create, read, update, delete Shared access keys capability
read, update Users capability
create, read, update, delete Views capability
create, read, update, delete Description of the token
Expiration date of the token (ISO 8601 format)
Was this page helpful?
curl --request GET \
--url https://api.axiom.co/v2/tokens \
--header 'Authorization: Bearer <token>'[
{
"datasetCapabilities": {},
"id": "<string>",
"name": "<string>",
"orgCapabilities": {
"annotations": [
"create"
],
"apiTokens": [
"create"
],
"auditLog": [
"read"
],
"billing": [
"read"
],
"dashboards": [
"create"
],
"datasets": [
"create"
],
"endpoints": [
"create"
],
"flows": [
"create"
],
"integrations": [
"create"
],
"monitors": [
"create"
],
"notifiers": [
"create"
],
"rbac": [
"create"
],
"sharedAccessKeys": [
"read"
],
"users": [
"create"
],
"views": [
"create"
]
},
"description": "<string>",
"expiresAt": "2023-11-07T05:31:56Z",
"samlAuthenticated": true,
"viewCapabilities": {}
}
]