Request Headers
The API platform supports the following headers in all API requests:
header | required | description | default |
---|---|---|---|
Authorization | required | Contains the word Basic followed by a space and a base64-encoded string of the form "clientid:clientsecret". | n/a |
Accept | optional |
Can be used to specify a format for the data returned. Supports (application/json and text/plain). If the native data format cannot convert between JSON/CSV, then a status code of 400 will be returned. If an unsupported MIME type is supplied, then a 406 is returned. |
text/plain |
Data-API-Version | optional | Used to specify version of the API to use. | version 1 |