Unsupported Media Type

415integration

https://inputbuffer.io/docs/api/problems/unsupported-media-type

What it means

A request with a body wasn't sent as application/json (or application/merge-patch+json on PATCH).

This usually points at your integration's setup rather than anything the end user did. Show the end user a generic message like "Something went wrong on our end.", and log detail for your own debugging.

How to fix it

  1. 1.

    The Content-Type header is missing, or set to something else (form data, text/plain, etc.).

    Set Content-Type: application/json (application/merge-patch+json for PATCH) and send a JSON-encoded body.

Where this happens

Still stuck? Email [email protected] with the type value above and roughly when it happened.