API Token Endpoints
Regenerate API Token
Regenerate API token
POST
/
tokens
/
{id}
/
regenerate
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredBody
application/json
existingTokenExpiresAt
string
requiredExpiration date of the existing token (ISO 8601 format)
newTokenExpiresAt
string | null
Expiration date of the new token (ISO 8601 format)
Response
200 - application/json
datasetCapabilities
object
requireddescription
string
Description of the token
expiresAt
string | null
Expiration date of the token (ISO 8601 format)
id
string
requiredID of the token
name
string
requiredName of the token
orgCapabilities
object
requiredtoken
string
Was this page helpful?