Required Headers
In addition to the Authorization header required for ALL requests, some requests require an Accept header with the value application/json:
Authorization: Bearer YOUR_API_TOKEN
Accept: application/json
Although not required, we also recommend setting a Content-Type header to application/json for all requests.
The only exception to the rule are endpoint that do not return binary data. The documentation will indicate when these headers are required or not.