cross_agency
HTTP Status: 404 Category: Authentication
When you see this
Key authenticated but requested resource belongs to another agency.
How to fix it
Returned as 404 (not 403) to prevent cross-agency existence probing. Confirm the key's agency owns the resource.
Example response
{
"error": {
"code": "cross_agency",
"message": "Key authenticated but requested resource belongs to another agency.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/cross_agency",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}