Supported Headers

The REST API supports headers that may be passed in the header section of an HTTP Request or Response.

Table 2-1 Table: Supported Headers

Headers Description Example
Content-Type The media type of the body of the request. Required for POST and PUT requests, and the supported types vary with each endpoint. Content-Type: application/json
Accept The media type of the body of the response. Accept: application/json