Factuarea API

unsupported_media_type

A request with a body declared a `Content-Type` other than `application/json`.

CodeTypeHTTPCategory
unsupported_media_typeinvalid_request_error415Request

Cause

A request with a body declared a Content-Type other than application/json.

What to do

Set Content-Type: application/json and serialise the body as JSON.

Message returned by the API

Only Content-Type application/json is accepted.

On this page