Headers
The following Request Headers are required for each API call.
Request Header | Description | Example |
---|---|---|
Authorization | Base64 encoded API details (See Authentication) | Basic MTpzZWNyZXQ= |
Content-Type | The type of data that is sent with the request (Currently only JSON is supported) | application/json |
User-Agent | The User Agent that is used to make the request | curl/7.64.0 |