Skip to main content

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 NameRate Limit
Contact APIs30 requests/min

Expected Header Fields

FieldSample ValueDescription
X-RateLimit-Limit30The maximum number of requests allowed.
X-RateLimit-Remaining10The number of requests remaining in the time window.
X-RateLimit-Reset1617412800The timestamp for when the rate limit will reset.