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

Enable API token

Enable a specific API token.

Enable API token

post

Enable API token. Changes API token state to Active (e.g. from Disabled). Available for all account types (Operations account, Client account, Vendor account). Returns the updated API token object.

Path parameters
idstringRequired

API token identifier.

Responses
200

OK

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

Last updated

Was this helpful?