Skip to main content
POST
Create a personal api token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
Required string length: 1 - 120
scope
enum<string>
default:read
Available options:
read,
write
expiresInDays
number
Required range: 1 <= x <= 365

Response

201 - application/json

The response is of type object.

Last modified on September 17, 2026