Error · 401
token_revoked
This API token has been revoked
What happened
This token was revoked in the client area. A revoked token never comes back.
What to do
Mint a new token and update the integration.
- The endpoint's reference page names the scope it needs — the chip beside its method.
- The scope table says what each one grants.
- Mint the replacement — scopes are fixed at creation, so this is a new token rather than an edit to the old one.
The response body carries a recovery object with the same guidance in machine-readable
form: recovery.action names the call to make next, and
recovery.hint is one sentence a model can act on. Not every code carries one — a
401, for instance, has nothing to recover to but a valid token.
Other 401 responses
-
unauthorized— Missing or invalid API token -
token_expired— This API token has expired