v1

latestSwagger 2.0BSD 3-Clause2026-07-1720953437.1 KB
tokens

Create access token

Create a new API access token by providing a token in header.

post/tokens

Request body

namestring required

A name for your new token. Token name must be unique for a user. Best practice is to select a name which reminds you of how you intend to use the token, e.g. "PushSamplesFromSystemXyz".

Response

Token created.

Successboolean
idstring
isDisabledstring
namestring

Name of token.

tokenstring

API token.

createdBystring

TODO