Limits
Rate limits vary by workspace type:Pricing is usage-based. There are no plan tiers - everyone gets the same limits. Contact support if you need higher limits for planned traffic spikes.
Response headers
Every response includes rate limit information:Handling 429 errors
When you exceed rate limits, you’ll receive a429 Too Many Requests response:
Best practices
- Cache responses - Reduce API calls by caching data that doesn’t change frequently
- Use webhooks - Subscribe to events instead of polling for updates
- Batch operations - Use list endpoints instead of fetching items individually
- Monitor headers - Track
X-RateLimit-Remainingto avoid hitting limits