Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

Name of the token

datasetCapabilities
object
description
string

Description of the token

expiresAt
string<date-time> | null

Expiration date of the token (ISO 8601 format)

orgCapabilities
object
viewCapabilities
object

Response

200 - application/json

CreateApiTokenResponse

datasetCapabilities
object
required
id
string
required

ID of the token

name
string
required

Name of the token

orgCapabilities
object
required
description
string

Description of the token

expiresAt
string<date-time> | null
read-only

Expiration date of the token (ISO 8601 format)

samlAuthenticated
boolean
viewCapabilities
object
token
string