FORBIDDEN
403authAuthenticated, but not authorized for this resource.
Cause
Your credentials are valid but the resource belongs to a different account, or your key lacks the required scope.
How to fix it
Confirm the resource belongs to your account and that your key has the necessary access.
Example response
403 FORBIDDEN
JSON
{
"error_code": "FORBIDDEN",
"error_type": "auth",
"error_message": "Authenticated, but not authorized for this resource.",
"hint": "Confirm the resource belongs to your account and that your key has the necessary access.",
"docs_url": "https://docs.billerapi.com/errors/FORBIDDEN",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/FORBIDDEN
Was this page helpful?