> For the complete documentation index, see [llms.txt](https://docs.saleschat.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saleschat.pro/api-documentation/rate-limit.md).

# Rate Limit

## Global Rate Limits

### Rate Limit Per Org ID and Per Endpoint

Any API endpoint that has `{orgId}` in the path will be subject to this rate limit.

### Rate Limit Per User

Any API that is accessible after login is subject to this rate limit.

### Summary Table

<table><thead><tr><th width="342">Key</th><th data-type="number">Requests Allowed</th><th data-type="number">Per Seconds</th></tr></thead><tbody><tr><td><code>{orgId}+{endpoint}</code></td><td>10</td><td>1</td></tr><tr><td><code>{orgId}+{userId}+{endpoint}</code></td><td>5</td><td>1</td></tr></tbody></table>

## Specific Rate Limits

There are some API endpoints which have additional (stricter) rate limit.

### Lead Assign API

API endpoints have stricter rate limit of 1 request per 10 seconds per lead.

<table><thead><tr><th>Endpoint</th><th width="346">Path</th><th width="151" data-type="number">Requests Allowed</th><th data-type="number">Per Seconds</th></tr></thead><tbody><tr><td>v3 Assign (Deprecated)</td><td><code>/v3/orgs/{orgId}/contacts/{contactId}/assign</code></td><td>1</td><td>10</td></tr><tr><td>v4 Assign</td><td><code>/v4/orgs/{orgId}/leads/{leadId}/assign</code></td><td>1</td><td>10</td></tr></tbody></table>
