v1

latestOpenAPI 3.0.12026-07-2372111.3 KB
ApiTokens

Update API token

Update API token. Available for all account types (Operations account, Client account, Vendor account). Accepts a delta payload with fields to update (e.g. name, description, icon, modules). Returns the updated API token object.

put/public/v1/accounts/api-tokens/{id}

Path parameters

idstring required

API token identifier.

Request body

idstring
namestring
iconstring nullable
revisioninteger
statusstring
descriptionstring nullable
lastAccessAtstring date-time nullable
tokenstring

Response

OK

idstring
namestring
iconstring nullable
revisioninteger
statusstring
descriptionstring nullable
lastAccessAtstring date-time nullable
tokenstring