For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create API token

Creates a new token object for the specific account.

Create API token

post

Create API token. Available for all account types (Operations account, Client account, Vendor account). Accepts account reference, name, optional description, and at least one module. Returns the created API token object with revision 1 and token value (returned only on create).

Body
namestringOptional
iconstring · nullableOptional
descriptionstring · nullableOptional
Responses
201

Created

application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
statusstringOptional
descriptionstring · nullableOptional
lastAccessAtstring · date-time · nullableOptional
tokenstringOptional
post/public/v1/accounts/api-tokens

Last updated

Was this helpful?