Skip to content
Last updated

Unsupported Media Type

FieldValue
Type URIhttps://developer-next.ingrid.com/ingrid-api/errors/common/unsupported-media-type
TitleUnsupported Media Type
Recommended Status415 Unsupported Media Type

Common Causes

  • The Content-Type header specifies a media type that the server does not support
  • The request body is encoded in an unsupported format
  • The Content-Type header is missing from the request

Example Response

{
  "type": "https://developer-next.ingrid.com/ingrid-api/errors/common/unsupported-media-type",
  "title": "Unsupported Media Type",
  "status": 415,
  "detail": "The content type 'text/xml' is not supported. Please use 'application/json'.",
  "trace_id": "abc-123-def-456"
}