Response headers
Rate limit status is returned on every response:| Header | Description |
|---|---|
X-Rate-Limit-Limit | Maximum requests allowed in the current window |
X-Rate-Limit-Remaining | Requests remaining in the current window |
X-Rate-Limit-Reset | Seconds until the window resets |
Exceeding the limit
When the limit is exceeded, the API returns429 Too Many Requests. Wait for the window to reset before retrying — check the X-Rate-Limit-Reset header for the number of seconds remaining.
Credit costs
| Endpoint type | Credits per call |
|---|---|
List endpoints (e.g., GET /events, GET /registrants) | 10 |
| All other endpoints | 1 |