route_not_found
The path does not match any v1 endpoint. It is usually a typo, a missing `/v1` prefix, or a path from a different area of the API.
| Code | Type | HTTP | Category |
|---|---|---|---|
route_not_found | not_found_error | 404 | Request |
Cause
The path does not match any v1 endpoint. It is usually a typo, a missing /v1 prefix, or a path from a different area of the API.
What to do
Check the path in the API reference, base URL included (https://api.factuarea.com/v1).
Message returned by the API
Resource not found.
Related
All Request error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.