Is there a rate limit of API requests?
- Basic: 30 calls per minute
- Professional: 60 calls per minute
- Enterprise & Enterprise Plus: 120 calls per minute
- Dedicated: Up to 200 calls per minute
What will I see if I reach the Request Limit?
Should you reach API Request Limit, you will see the following message with the status code of 429:
"You have exceeded your requests per minute, see http://apihelp.surveygizmo.com/help/article/link/api-request-limits for more details"
Is there a limit to the size of an individual request?
Our web servers have a request-line limit of 8000 bytes (characters). We recommend imposing a tighter limit of perhaps 4000 characters to ensure that response timeouts (presently 20 seconds) are less likely to occur during high traffic time. It is important to note that for tests in browsers, each has their own limits (IE is notoriously short for some versions).
Is there a specific format for API requests?
Requests should be formatted as URL parameters or HTTP Headers.