
Total API Request Allocations
Salesforce Edition | API Calls Per License Type Per 24-Hour P ... | Total Calls Per 24-Hour Period |
Developer Edition | N/A | 15,000 |
Enterprise Edition Professional Edition ... | Salesforce: 1,000 Salesforce Platform: 1 ... | 100,000 + (number of licenses x calls pe ... |
Unlimited Edition Performance Edition | Salesforce: 5,000 Salesforce Platform: 5 ... | 100,000 + (number of licenses x calls pe ... |
Sandbox | N/A | 5,000,000 |
Full Answer
What is the maximum number of API calls in Salesforce?
For Salesforce Professional and Enterprise, each organization receives a total of 1,000 API calls per user in a 24-hour period, up to a maximum of 1,000,000 API calls (for organizations with 15,000+ Salesforce licenses). Salesforce Unlimited has a 5,000 API calls per user limit, up to a maximum of unlimited API calls.
What are the different types of APIs in Salesforce?
Documentation APIs Discover Developer Centers Platform Commerce Cloud Experience Cloud Marketing Cloud Service Cloud Sales Cloud MuleSoft Slack Tableau CRM Analytics Quip View All Salesforce Platform Apex Lightning Web Components Salesforce Flow Developer Experience APIs and Integration Heroku Mobile SDK LWC for Mobile Embedded Service SDK DevOps
How many records can be consulted to Salesforce bulk API?
200 per transaction is the general limit for most APIs. The Bulk API supports up to 10,000 records per file. How many records can be consulted to Salesforce ? As much storage space as you have allocated.
What are the requirements for API access for Salesforce objects?
Your organization must be enabled for API access. Objects may not be available until you contact Salesforce and request access. For example, Territory2 is visible only if Enterprise Territory Management has been enabled in the application. Such requirements are in the “Usage” section for each object.

How many API calls can you make in Salesforce?
If you have Salesforce Sync enabled, you may exceed their allotted API daily call limit. These limits are administered within Salesforce and are typically set at 15,000 calls within a 24-hour period.
How many API calls is too many?
These plans can vary depending on a particular API or a user's current service plan. But in most cases our servers will reject API requests from a particular application if the request rate exceeds 30 API requests per minute. In this case the client will get an HTTP error with status code 429 “too many requests”.
What is API call limit?
In the API Console, there is a similar quota referred to as Requests per 100 seconds per user. By default, it is set to 100 requests per 100 seconds per user and can be adjusted to a maximum value of 1,000. But the number of requests to the API is restricted to a maximum of 10 requests per second per user.
How many API calls are included in their license?
For Salesforce Professional and Enterprise, each organization receives a total of 1,000 API calls per user in a 24-hour period, up to a maximum of 1,000,000 API calls (for organizations with 15,000+ Salesforce licenses). Salesforce Unlimited has a 5,000 API calls per user limit, up to a maximum of unlimited API calls.
How do I increase API limit in Salesforce?
If you need a greater limit and you don't want to purchase extra user licenses or upgrade your Salesforce Edition, you can purchase extra API calls at Checkout or by contacting your account representative.
What is API limit exceeded?
When a rate limit is exceeded, the manager does not process requests until the call rate falls below all rate limits. When a call is made and an API rate limit is exceeded, the response code is 429 with the message Too many API requests .
How do I find my Salesforce API limit?
How to check your API Limit per MonthClick on the gear icon.Click on Setup.Go to Company Setting.Click on Company Information.The details can be seen under 'Usage-Based Entitlements'.
How many requests can a REST API handle?
REST API Rate Limits The REST API limits the rate of requests you can make to 15 requests per second. If you are performing certain operations that are resource-intensive, you may adversely affect performance of your system.
What counts as an API call in Salesforce?
API calls represent specific operations that your client applications can invoke at runtime to perform tasks, for example: Query data in your organization. Add, update, and delete data. Obtain metadata about your data.
How many API calls a day?
You can make 200 API calls/day for every basic and advanced monitor; 40 API calls/day for every network interface in your license. This is exclusive of the API calls made from the Site24x7 web client and mobile app. For MSP accounts, you can make 100 K calls per customer account.
How do I find the number of API calls in Salesforce?
Any user can see the number of API requests sent in the last 24 hours.Navigate to Setup and enter Company Information or System Overview into the Quick Find box.Click on the corresponding result.Look for "API Requests, Last 24 Hours" within Company Information or "API Usage" within System Overview.
What are the API limits for UI API?
The following table lists the allocations for the total API requests (calls) per 24-hour period for an org....Concurrent API Request Limits.Org TypeLimitDeveloper Edition and Trial orgs5Production orgs and Sandbox25
Concurrent API Request Limits
The following table lists the limits for various types of organizations for concurrent inbound requests (calls) with a duration of 20 seconds or longer.
Total API Request Limits
The following table lists the limits for the total API requests (calls) per 24-hour period for an organization.
Example API Usage Metering Calculations
For an Enterprise Edition organization with fifteen Salesforce licenses, the request limit is 15,000 requests (15 licenses X 1,000 calls).
Increasing Total API Request Limit
The calculation of the API request limit based on user licenses is designed to allow sufficient capacity for your organization based on your number of users. If you need a higher limit and you don't want to purchase additional user licenses or upgrade to Performance Edition, you can purchase additional API calls.
Concurrent API Request Limits
The following table lists the limits for various types of orgs for concurrent requests (calls) with a duration of 20 seconds or longer.
Total API Request Allocations
The following table lists the limits for the total API requests (calls) per 24-hour period for an org.
What Happens If You Reach or Exceed Your API Request Limit
If your org reaches or exceeds its daily API request limit, Salesforce still allows the operations to proceed by a certain amount, if possible. This helps avoid blocking your workflows during unexpected spikes in workloads and occasional peak periods.
Increasing Total API Request Allocations
The calculation of the API request amounts based on user licenses is designed to allow sufficient capacity for your org based on your number of users. If you need a higher amount and you don’t want to purchase extra user licenses or upgrade to Performance Edition, you can purchase extra API calls.
Example API Usage Metering Calculations
The following examples illustrate API usage metering calculations for several scenarios.
Request Size Limits
In each REST call, the maximum length for the combined URI and headers is 16,384 bytes. A request exceeding this limit returns a 431 Request Header Fields Too Large error. If the URI itself exceeds this limit, the request returns a 414 URI Too Long error.
Length of Stored Third-Party Refresh and Access Tokens
Salesforce stores third-party access and refresh tokens of up to 10,000 characters in length.
What is an API call?
All API calls are: Service Requests and Responses —Your client application prepares and submits a service request to the Lightning Platform Web Service via the API, the Lightning Platform Web Service processes the request and returns a response, and the client application handles the response.
Why does API not prevent a client application from adding data to a particular field?
Similarly, the API does not prevent a client application from adding data to a particular field simply because that field does not appear in a layout associated with the profile of the logged-in user. ID values in reference fields are validated in create () and update () calls.
Is picklist enforced in API?
However, such rules that are configured and enforced in the user interface are not enforced in the API. For example, the API does not validate whether the value in a picklist field is allowed per any record type restrictions associated with the profile of the logged-in user.
