Not Found
The requested path exists in the API group prefix namespace, but does not correspond to any known endpoint or resource in the OpenAPI specifications.
| Property | Value |
|---|---|
| Type | https://docs.headcode.dev/errors/general/not-found |
| Code | HEADCODE.GENERAL.NOT_FOUND |
| HTTP status | 404 |
| Title | Not Found |
Example
Section titled “Example”{ "type": "https://docs.headcode.dev/errors/general/not-found", "title": "Not Found", "status": 404, "detail": "The requested path could not be found.", "code": "HEADCODE.GENERAL.NOT_FOUND"}How to resolve
Section titled “How to resolve”Check the endpoint URL and ensure there are no spelling mistakes. Verify that the request uses the correct path structure and path parameters as defined in the API documentation.