Salesforce · Rate Limits

Salesforce Rate Limits

Salesforce platform API request limits, read from the published API Request Limits and Allocations cheat sheet on 2026-08-13.

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 9 rate-limit definitions, measuring requests, concurrent, seconds, and bytes.

The profile also includes 4 backoff/retry policies defined and response codes documented for daily_allocation_exceeded, concurrency_exceeded, and query_timeout.

Tagged areas include Rate Limiting and CRM.

9 Limits
Rate LimitingCRM

Limits

Daily API requests — Developer Edition org
requests · day
15000
Daily API requests — Enterprise / Professional (base) org
requests · day
100000
Daily API requests — Unlimited / Performance (base) org
requests · day
100000
Daily API requests — Full Sandbox org
requests · day
5000000
Concurrent long-running requests — production / sandbox org
concurrent
25
Concurrent long-running requests — Developer / Trial org
concurrent
5
Debugging Header calls org
requests · day
1000
API request timeout request
seconds
600
Combined URI and headers size request
bytes
16384

Policies

Read Sforce-Limit-Info on every response
The header reports api-usage=/ for the rolling 24-hour window. This is the only runtime backoff signal Salesforce provides — there is no Retry-After.
Poll getOrgLimits before large jobs
GET /services/data/v{version}/limits returns {Max, Remaining} for DailyApiRequests, DailyBulkApiBatches, DailyStreamingApiEvents and more. Fail fast rather than halfway.
Bulk over REST for large volumes
Use Bulk API 2.0 for more than ~2,000 records; a whole job costs a handful of calls where paged SOQL costs one call per page.
Composite to collapse round trips
A Composite request counts as ONE API call regardless of how many subrequests it carries (max 25). See skills/salesforce-composite-write.md.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/salesforce-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.