Skip to content
Last updated

Not Acceptable

FieldValue
Type URIhttps://developer-next.ingrid.com/ingrid-api/errors/common/not-acceptable
TitleNot Acceptable
Recommended Status406 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

{
  "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"
}