Client area

Error · 401

unauthorized

Missing or invalid API token

What happened

No Authorization: Bearer header was present, or the token it carried is not active.

What to do

Check the header. Tokens are minted only in the client area.

  • 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.

Back to the full error reference

Esc
navigate open Esc close