Skip to main content

endpoint_not_in_scope

HTTP Status: 404 Category: Listing Lifecycle

When you see this

URL under /api/v1/listings/ that does not match a public endpoint.

How to fix it

Consult https://docs.valara.cloud/api-reference/endpoints for the 13 supported routes.

Example response

{
"error": {
"code": "endpoint_not_in_scope",
"message": "URL under /api/v1/listings/ that does not match a public endpoint.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/endpoint_not_in_scope",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}