API Primer

All APIs need to be called as an HTTPS POST with the request parameters as a JSON content body.

In the header of each request 2 parameters have to be passed; X-TOKEN and X-CLIENT-ID. Instead, this could either be two parameters passed in the request; client_id or auth_key. These values will be provided during registration by Chillr.

The headers in each response will have 2 parameters; X-RateLimit-Limit and X-RateLimit-Remaining. This has the values for maximum requests/day and remaining requests for the particular client.

Response will be in JSON format.