The requested API endpoint does not exist or has been moved. Check your request parameters and try again.
{
"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"
}
]
}
Double-check the URL for typos or missing parameters.
Ensure you are using the correct API version.
Verify your API key or authentication token.
Refer to our API documentation for valid endpoints.