Skip to content

Unsupported Media Type

FieldValue
Type URIhttps://docs.ingrid.com/developer-resources/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://docs.ingrid.com/developer-resources/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'.",
  "instance": "urn:ingrid:request:9b056bec-432e-43ea-afbf-c2b886aeaa47"
}