listing_not_found
HTTP Status: 404 Category: Listing Lifecycle
When you see this
No listing matches that identifier (also used for cross-agency reads).
How to fix it
Verify the listing_number and confirm the API key belongs to the owning agency. Cross-agency reads always return 404.
Example response
{
"error": {
"code": "listing_not_found",
"message": "No listing matches that identifier (also used for cross-agency reads).",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/listing_not_found",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}