| Limit | 1,200 requests |
| Window | per 60 seconds (sliding) |
| Scope | per tenant |
Rate-limit headers
Every response carries your current budget, so you can pace requests without guessing:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests allowed in the window. |
X-RateLimit-Remaining | Requests left in the current window. |
X-RateLimit-Reset | When the window resets (Unix epoch seconds). |
Handling 429
When you exceed the limit, the API responds429 Too Many Requests with a Retry-After header (seconds to wait). Pause for that long, then retry. Build this into your client rather than hammering the endpoint:
What’s next
Explore the endpoints
Browse the full API reference with live schemas and a request console.
