Api Tokens
Create api token
POST
/
user
/
api-tokens
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Body
description
string | null
requiredDescription of the API token
Required string length:
3 - 255
expiresAt
string | null
requiredDate and time when the API token expires. If null, the token never expires.
Response
201 - application/json
id
string
token
string
description
string | null
expiresAt
string | null
Was this page helpful?