# Not Found **HTTP Status:** 404 Not Found **RFC Reference:** [RFC 9110 Section 15.5.5](https://datatracker.ietf.org/doc/html/rfc9110#section-15.5.5) The requested resource could not be found. ## Response ```json { "type": "https://docs.apiera.io/problems/not-found", "title": "Not Found", "status": 404, "detail": "The requested resource could not be found.", "instance": "/v1/products/abc123", "correlationId": "550e8400-e29b-41d4-a716-446655440000" } ``` ## Common Causes - Resource ID does not exist - Resource was deleted - Incorrect endpoint path - Typo in resource identifier ## How to Fix - Verify the resource ID is correct - Check the endpoint path matches the API reference - Confirm the resource exists in your organization