HTTP Status: 404 Not Found
RFC Reference: RFC 9110 Section 15.5.5
The requested resource could not be found.
{
"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"
}- Resource ID does not exist
- Resource was deleted
- Incorrect endpoint path
- Typo in resource identifier
- Verify the resource ID is correct
- Check the endpoint path matches the API reference
- Confirm the resource exists in your organization