Skip to main content

request_path_not_found

HTTP Status: 404 Category: Wire

When you see this

URL does not match any public API endpoint.

How to fix it

Consult https://docs.valara.cloud/api-reference/endpoints for the complete route catalog.

Example response

{
"error": {
"code": "request_path_not_found",
"message": "URL does not match any public API endpoint.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/request_path_not_found",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}