HTTP Reference
HTTP 404 Not Found
The requested resource or route does not exist.
Common Causes
- Incorrect endpoint path.
- Resource ID does not exist.
- Route not deployed in current environment.
Debugging Notes
- Inspect route map and versioned API base path.
- Check case sensitivity and trailing slash rules.
Example Response
{
"status": 404,
"error": "Not Found",
"message": "Resource not found"
}