API Token Endpoints
Create API Token
Create API token
POST
/
tokens
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
datasetCapabilities
object
description
string
Description of the token
expiresAt
string | null
Expiration date of the token (ISO 8601 format)
name
string
requiredName of the token
orgCapabilities
object
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?