Regenerate API token
Regenerate API token
Parameters
| Property | Type | Location | Description |
|---|---|---|---|
id | stringRequired | path |
Body
application/json| Property | Type | Description |
|---|---|---|
existingTokenExpiresAt | string<date-time>Required | Expiration date of the existing token (ISO 8601 format) |
newToken | object | |
datasetCapabilities | object | |
description | string | Description of the token |
expiresAt | string<date-time> | Expiration date of the token (ISO 8601 format) |
name | stringRequired | Name of the token |
orgCapabilities | object | |
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 |
viewCapabilities | object | |
newTokenExpiresAt | string<date-time> | Expiration date of the new token (ISO 8601 format) |
Request
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
200CreateAPITokenResponse