HTTP 415
unsupported_media_type
Use JSON, urlencoded, or multipart form bodies.
How to resolve
Set Content-Type to application/json, application/x-www-form-urlencoded, or multipart/form-data.
JSON envelope
{
"data": null,
"status": "failure",
"error": {
"type": "https://formsreach.com/errors/unsupported_media_type",
"title": "Unsupported Media Type",
"status": 415,
"code": "unsupported_media_type",
"detail": "Use JSON, urlencoded, or multipart form bodies.",
"hint": "Set Content-Type to application/json, application/x-www-form-urlencoded, or multipart/form-data."
},
"meta": {
"requestId": "req_example",
"docs": "https://formsreach.com/errors/unsupported_media_type/"
}
}Machine copy: /errors/unsupported_media_type.json · OpenAPI · Developers