2.4 Supported Headers
The REST API supports headers that may be passed in the header section of an HTTPS request or response.
The following table provides information about supported headers.
Table 2-3 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 |
| X-ID-TENANT-NAME | The identity domain name of the service used for authentication. | X-ID-TENANT-NAME: ExampleIdentityDomain |