Skip to main content
I have several integrations setup with Salesforce. Does anyone know how I can check the number of API calls for each of the processes? On a regular basis we are maxing out our limit and shutting down all the sales activity. Is ther a way to monitor actual calls and trace the activity?

 

Thank you,

 

 
1 respuesta
  1. 5 ago 2017, 10:22
    You could set up debugging sessions (https://help.salesforce.com/articleView?id=code_monitoring_debug_logs.htm&siteLang=en_US&type=0)for any users being used for API integrations. You could also monitor login activity (https://help.salesforce.com/articleView?id=users_login_history.htm&type=0&language=en_US&release=208.16) to see which users are being used most frequently to login from remote applications to help narrow down what's maxing you out.

     

    This won't give you the number of calls being made but it should at least help you narrow it down.
0/9000