Skip to content
Alpha — Headcode is currently in alpha. APIs and data may change without notice.

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.

PropertyValue
Typehttps://docs.headcode.dev/errors/general/not-found
CodeHEADCODE.GENERAL.NOT_FOUND
HTTP status404
TitleNot Found
{
"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"
}

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.