Error codes · Permissions and account

Source address not allowed

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

What it means

Anis’s own network protection refused the address the call came from. This is not about your application’s allowed networks — a call from outside those is answered insufficient_scope.

What to do

  • Contact Anis with the request id.

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/source-ip-not-allowed",
  "title": "Source address not allowed",
  "status": 403,
  "code": "source_ip_not_allowed",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}