API limits
You can make up to 10 requests per second or a burst of up to 100 requests in a single instance to our API. If you exceed this, you will receive a '429 Too Many Requests' HTTP status code and your connection will be blocked for up to a minute. More on that can be found in our API documentation.
These limits help us to ensure a high-quality service for all users. If you find that you need to exceed these limits, consider the following:
- If you're using our API to bulk upload a list, you'll find the import process is faster as it's not subject to these limits.
- If you're using our API to sync changes to a list with your database, you'll find our webhooks feature to be more convenient.