Avoiding Rate Limits
Last updated
Was this helpful?
When building your integration, waiting a second between requests should keep you under the rate limit. Making requests serially (instead of concurrently) or queuing requests can help respect rate limit HTTP headers.
Subscribe to webhook events instead of polling the API for data.
Last updated
Was this helpful?
Was this helpful?