Error codes · Permissions and account

Insufficient scope

Codeinsufficient_scope
Status403
If this was an orderThis request bought nothing
Send it again unchanged?No — change something first
.NET SDKAuthorizationException

What it means

Your application may not make this call: its permissions do not include the one this route needs, or the call came from an address outside the application’s allowed networks. Both get this same answer on purpose.

What to do

  • Read your profile: it lists the permissions your application has right now.
  • Check that you call from one of the networks agreed with Anis.
  • Ask Anis staff to change either; the change applies to your next call.

Where you can meet it

Example

The body of the refusal. Its type is the address of this page.

{
  "type": "https://developers.anis.ly/errors/insufficient-scope",
  "title": "Insufficient scope",
  "status": 403,
  "code": "insufficient_scope",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}