Rate Limit
All our APIs have rate limits. On reaching the rate limit threshold, an API will respond withHTTP status code 429 TOO MANY REQUESTS
Last updated
All our APIs have rate limits. On reaching the rate limit threshold, an API will respond withHTTP status code 429 TOO MANY REQUESTS
Any API endpoint that has {orgId} in the path will be subject to this rate limit.
Any API that is accessible after login is subject to this rate limit.
{orgId}+{endpoint}
{orgId}+{userId}+{endpoint}
There are some API endpoints which have additional (stricter) rate limit.
API endpoints have stricter rate limit of 1 request per 10 seconds per lead.
v3 Assign (Deprecated)
/v3/orgs/{orgId}/contacts/{contactId}/assign
v4 Assign
/v4/orgs/{orgId}/leads/{leadId}/assign
Last updated