Error · 403
ip_not_allowed
This token may not be used from this IP address
What happened
This token is IP-restricted and the request came from an address outside its allowlist.
What to do
Call from an allowed address, or widen the allowlist 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.
Other 403 responses
-
insufficient_scope— This token does not have the required scope -
readonly_scope— This token is read-only -
not_owned— Not owned by this account -
domain_not_owned— Domain not owned by this account -
node_not_allowed— That hosting node is not permitted -
origin_not_allowed— Requests from this origin are not accepted -
suspended— This service is suspended -
access_blocked— This request could not be completed