Error codes · Permissions and account
Source address not allowed
Code
source_ip_not_allowedStatus403
If this was an orderThis request bought nothing
Send it again unchanged?No — change something first
.NET SDK
AuthorizationExceptionWhat 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
- GETRead your profile
/v1/profile - GETList wallets
/v1/wallets - GETRead a wallet
/v1/wallets/{walletId} - GETList catalogue categories
/v1/wallets/{walletId}/catalog/categories - GETList subcategories of a category
/v1/wallets/{walletId}/catalog/categories/{categoryId}/subcategories - GETRead a subcategory
/v1/wallets/{walletId}/catalog/subcategories/{subcategoryId} - GETList cards for sale
/v1/wallets/{walletId}/catalog/subcategories/{subcategoryId}/cards - POSTPlace an order
/v1/wallets/{walletId}/orders - GETRead an order
/v1/orders/{operationId} - GETList owned cards
/v1/wallets/{walletId}/cards - GETRead an owned card
/v1/wallets/{walletId}/cards/{soldCardId} - POSTReveal a card
/v1/wallets/{walletId}/cards/{soldCardId}/reveal - POSTReveal an invoice
/v1/wallets/{walletId}/invoices/{invoiceId}/cards/reveal - POSTCheck your signature
/v1/diagnostics/signature
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"
}