---
title: "Understand Salesforce API call usage"
canonical: "https://support.appfire.com/space/CSFJIRA/1873380661/Understand%20Salesforce%20API%20call%20usage"
format: markdown
---
## Check Salesforce API call usage from within Salesforce

As an admin, you can see API call usage from within Salesforce. This process allows you to see general API call usage for all Salesforce applications, not just for Connector for Salesforce & Jira. 

1. In Salesforce, go to **Settings** > **Setup**.
2. In the sidebar, under *SETTINGS*, click **Company Settings** > **Company Information**.
  
3. Under *Organization Detail*, you can see the number of API Requests for the past 24 hours.
  

## Estimate Salesforce API call usage

Consult the following table to estimate Salesforce API calls the Connector requests based on each major operation:

| **Operation** | **Estimated API call usage** |
| --- | --- |
| User | Viewing a Jira issue | 1 API call per page load, if there is any association. |
| Associating a Salesforce record | 1 API call per search. Delayed search keystrokes will invoke 1 API call each.<br>1 to 2 API calls to complete an association, depending on the association configuration. |
| Creating a Salesforce record | 1 to 4 API calls to complete a record creation, depending on the association configuration.<br>If attachment sync is enabled, an additional 5 API calls per attachment. |
| Updating a Jira issue | 1 to 2 calls for each non-view-only association. |
| Admin | Setting up connection | 1 API call per setup.<br>5 additional API calls if importing from Salesforce compact layout. |
| Configuring a connection | 2 API calls per page load. |
| Configuring a binding | 1 API call per page load.<br>1 API call per mapping dialog load. |

## Related information

- [System and platform requirements](https://appfire.atlassian.net/wiki/spaces/CSFJIRA/pages/1873412305)
- [Getting help](https://appfire.atlassian.net/wiki/spaces/CSFJIRA/pages/2258337826)