406 Not acceptable
Code | 406 |
---|---|
Description | Not acceptable |
Correlation ID | Unique identifier of the response. |
Type | Client. |
Message | The endpoint does not support the response format specified in the request Accept header. |
Generic Cause | The API has determined that the Accept headers are not applicable for the service. |
Quick Fix | Verify that the Accept headers are used correctly. Please consult our API specifications. |
Error Example:
{
"error": {
"correlationId": "8374195b-dd57-453c-afea-a5c0e2d487d7",
"type": "client",
"message": "The endpoint does not support the response format specified in the request Accept header."
}
}