In this article
API Versions
Our APIs are versioned in the url to the API.
Example
http://<host>/v1/<domain> indicates that you are using version 1 of the API
Currently, our APIs are on version 1 only.
API Limits
Our public APIs have the following limits per client:
maximum 20 requests per second
maximum 1000 requests within 15 minutes
maximum 10000 requests within 12 hours
The number of requests are counted towards each API individually.
Exceeding the above limits will result in a 429 response from the API.
SurveyData Limits
The SurveyData endpoints '/responses/data' and 'respondents/data' habe a max PageSize of 10000 records for paged responses. PageSize larger than 10000 will result in a BadRequest (400) response. Our streaming response is not affected by this limit. See "Interact with Response Data" for more info.