How to Monitor Salesforce
API Limit?

System Overview Page-

System Overview Page reflects messages when the user reaches 95% of limit.API Usage section displays API request usage details up to last 24 hours.

Company Information Page

Company Information Page displays usage dependent API request limit per month. It is helpful in reflecting org’s API calls aggregate up to 30 days.

OrgLimits class in Apex

To get Bulk API Limit requests, SOAP API requests, and Streaming API limits consider using OrgLimits class in Apex.

Limits REST API

Resort to Limits REST API to get all information related to limits that includes APIs.

API Limit using Limits api call

The responses can be saved/used as per the limit that needs to be explored.

TO KNOW MORE

Click Here