api.example.com/404
404
Resource Not Found

The requested API endpoint does not exist or has been moved. Check your request parameters and try again.

HTTP/1.1 404 Not Found
Content-Type: application/json
{
  "status": 404,
  "error": "ResourceNotFound",
  "message": "The requested resource was not found.",
  "details": {
    "endpoint": "/non-existent-endpoint",
    "method": "GET",
    "timestamp": "2025-06-22T12:00:00Z"
  },
  "links": [
    {
      "rel": "documentation",
      "href": "https://api.example.com/docs"
    },
    {
      "rel": "support",
      "href": "https://api.example.com/support"
    }
  ]
}

Troubleshooting Tips

Verify Endpoint

Double-check the URL for typos or missing parameters.

Check Version

Ensure you are using the correct API version.

Authentication

Verify your API key or authentication token.

Documentation

Refer to our API documentation for valid endpoints.