API reference
Tokens
Create, list and revoke API tokens
List API tokens
List all API tokens for the authenticated user. Token values are not returned.
Authorization
AuthorizationRequiredBearer <token>API token. Send it as Authorization: Bearer <API_TOKEN>.
In: header
Token list
Create API token
Create a new API token. The raw token value is only returned once — store it securely.
Authorization
AuthorizationRequiredBearer <token>API token. Send it as Authorization: Bearer <API_TOKEN>.
In: header
Request Body
application/jsonRequirednameRequiredstringMinimum length:
1Maximum length: 255expiresInDaysintegerOptional. Token expires after this many days.
Minimum:
1Token created
Revoke API token
Authorization
AuthorizationRequiredBearer <token>API token. Send it as Authorization: Bearer <API_TOKEN>.
In: header
Path Parameters
idRequiredintegerToken revoked
Last updated on