Request Header
The following HTTP headers are included in HCL BigFix CLM API requests.
| Headers | Description |
| Accept |
All requests must include an HTTP Accept header that designates the API version that the client supports. The following header indicates that the request is for HCL BigFix CLM API version 10.9.0 Accept: application/*+json; version=1.0 |
| Authorization | All requests from authenticated clients must include an Authorization header. |
| Content-Type | Requests that include a body must start with the appropriate HTTP Content-Type header. |