Salesforce · Rate Limits

Salesforce Rate Limits

Salesforce REST/SOAP/Bulk API limits scale with edition.

Salesforce Rate Limits is the machine-readable rate-limit profile for Salesforce on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 6 rate-limit definitions, measuring requests_per_day, concurrent, batches_per_day, and events_per_day.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled and apiLimitExceeded.

Tagged areas include Rate Limiting and CRM.

6 Limits Throttle: 503
Rate LimitingCRM

Limits

Daily API requests (Pro) org
requests_per_day · day
100000
Daily API requests (Enterprise) org
requests_per_day · day
1000000
Daily API requests (Unlimited) org
requests_per_day · day
5000000
Concurrent long-running calls org
concurrent
25
Bulk API v1 batches per day org
batches_per_day · day
15000
Streaming events/day org
events_per_day · day
250000

Policies

Per-user adder
Org daily limit increases by ~1,000 calls per licensed user.
Bulk over Composite
Use Bulk API for >2,000 records to preserve REST quota.

Sources