Headers
Required headers for all API requests.
Make sure every request includes these headers:
Accept: application/json
Content-Type: application/json
Authorization: Bearer {your-api-token}
User Agent
It is required to include your user agent in the headers. This header should accurately describe the nature of the API call:
User-Agent: 'your-application-name'