POST
/
tokens
/
{id}
/
regenerate

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Body

application/json
existingTokenExpiresAt
string
required

Expiration 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
required
description
string

Description of the token

expiresAt
string | null

Expiration date of the token (ISO 8601 format)

id
string
required

ID of the token

name
string
required

Name of the token

orgCapabilities
object
required
token
string