# Not Acceptable | Field | Value | | --- | --- | | Type URI | `https://developer-next.ingrid.com/ingrid-api/errors/common/not-acceptable` | | Title | Not Acceptable | | Recommended Status | 406 Not Acceptable | ## Common Causes - The `Accept` header specifies a media type that the server cannot produce - The requested response format is not supported ## Example Response ```json { "type": "https://developer-next.ingrid.com/ingrid-api/errors/common/not-acceptable", "title": "Not Acceptable", "status": 406, "detail": "The requested media type is not supported. Supported types: application/json.", "trace_id": "abc-123-def-456" } ```