| Field | Value |
|---|---|
| Type URI | https://docs.ingrid.com/developer-resources/ingrid-api/errors/common/unsupported-media-type |
| Title | Unsupported Media Type |
| Recommended Status | 415 Unsupported Media Type |
- The
Content-Typeheader specifies a media type that the server does not support - The request body is encoded in an unsupported format
- The
Content-Typeheader is missing from the request
{
"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"
}