Authorization is done using Api Keys.
The Api Key needs to be placed in the Authorization
header of each request, like this:
Autorization: Token XYZwhere XYZ is replaced by the Api Key associated with your account.
Each request is limited to a result set of 10,000 records. You can use the Skip and Take
input parameters to page through larger data sets.
The total number of records available in the system for a given query will be returned as part of the
X-Total-Count response header.
X-Total-Count: 65,000You can use this value to check if there is more data available.
The date format used for input, as well as output, is ISO
8601
Examples of supported input values:
2018-03-29T17:36:10 2018-03-29T17:00 2018-03-29 17:36:10 2018-03-29