404 Not Found
| Code | 404 | 
|---|---|
| Description | Not Found. | 
| Correlation ID | Unique identifier of the response. | 
| Type | Client. | 
| Message | The requested resource was not found. | 
| Generic Cause | Resource not found. Either the endpoint or resource with given identifier doesn't exist. | 
| Quick Fix | Verify that the endpoint or resource by id is correct. Please consult our API specifications. | 
Error Example:
{
    "error": {
        "correlationId": "8374195b-dd57-453c-afea-a5c0e2d487d7",
        "type": "client",
        "message": "The requested resource was not found. "
    }
}