function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Imtiaz PashaImtiaz Pasha 

Urgent plz help anyone, I have integrated salesforce with second party which is customer dashboard, i have done this through connected APP where i have given all the permission , as system admin profile , so because of the many apis hitting to our

AnudeepAnudeep (Salesforce Developers) 
Hi Imtiaz, 

Each Salesforce org has a limit on the total number of API calls per day for that org. It is not specific to your connected app or client.  The number of allowed API calls varies depending on the Salesforce edition and the counts of each type of license.  It is limited to total calls per 24-hour period.

It is important to View your Org's API calls via the System Overview Page 

I strongly recommend checking Salesforce API calls for connected app

If required, you can request for an Increase as well 

Let me know if this helps, if it does, please mark this answer as best so that others facing the same issue will find this information useful. Thank you
Imtiaz PashaImtiaz Pasha
Hi Anudeep,

Thanks for your infromation, can you please let me know how many times second party calling to our org , how can i fetch the details reports each request is calling out by the second party so that i can infrom them to optimise the code.