Content-Type

For API features, the type of object sent when the method used is other than GET must be specified in the Content-Type header.

The Content-Type header accepts the following types of objects: application/json for JSON and text/xml objects or application/xml for XML objects. If any other format is provided, an error will be returned in the default JSON format.

For the application to authenticate, Content-Type is not required and the object must always be in JSON format.