Limits
| Client type | Limit |
|---|---|
| Authenticated (API key or JWT) | 60 requests / minute |
| Unauthenticated (public endpoints) | 20 requests / minute |
Rate limit headers
When you approach the limit, responses include:429 response
When the limit is exceeded:Retry-After header (in seconds) indicating when you can resume.
Tips
- Cache template and record lookups on your side to reduce request volume
- Use the
/api/records/syncendpoint with asincetimestamp for incremental updates instead of polling the full list - If you need higher limits, contact us

