Understand API rate limits and restrictions.
Rate limits are restrictions that our API imposes on the number of times a user or client can access our services within a specified period of time.API Rate Limits
| API Collection Name | Rate Limit |
|---|---|
| Contact APIs | 30 requests/min |
Expected Header Fields
| Field | Sample Value | Description |
|---|---|---|
| X-RateLimit-Limit | 30 | The maximum number of requests allowed. |
| X-RateLimit-Remaining | 10 | The number of requests remaining in the time window. |
| X-RateLimit-Reset | 1617412800 | The timestamp for when the rate limit will reset. |
