General
HTTP Request headers
OVERVIEW
List of those headers for which we listen to for the API
| HTTP Request Header | Description | Example |
|---|---|---|
| Authorization | The API Authorisation token | "Bearer XXXXXXXXXXXXX" |
| Accept |
The format of the expected response. "Application/json" | "Application/xml" If no parameter is set, JSON is the response given. |
"Application/xml" |
| Content-Type |
The format of the provided content. "Application/json" | "Application/xml" If no parameter is set, JSON is the expected content. |
"Application/json" |
Last Updated: Nov 08,2024
Comments
0 Comments