> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Aircall with API Key – StackOne Hub

> Link a Aircall account in the StackOne Hub using API Key. End-user guide to authorize the integration and start using Aircall actions.

<Warning>Admin access to your Aircall account is required to generate an API key. Integrations and API access are managed at the company level.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Generating an API Key</h2>

  <p>To connect Aircall with StackOne, generate an API key pair (API ID and API Token) from your Aircall dashboard.</p>

  <Steps>
    <Step title="Sign in and open Integrations & API">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://dashboard.aircall.io" target="_blank" rel="noopener noreferrer">Aircall dashboard</a> as an admin user.</p>

        <ul>
          <li>In the left-hand menu, click <strong>Integrations & API</strong>.</li>
          <li>Click on the <strong>API Keys</strong> tab.</li>
        </ul>
      </div>
    </Step>

    <Step title="Generate a new API key">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click the <strong>Generate an API key</strong> button to open the key creation dialog.</p>

        <ul>
          <li>Enter a descriptive <strong>Key name</strong> (e.g., `StackOne Integration`).</li>
          <li>Click <strong>Confirm</strong> to finalize the creation.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy the API ID and API Token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After confirming, Aircall displays two values — the <strong>API ID</strong> and the <strong>API Token</strong>. Copy both and store them securely for use later.</p>

        <ul>
          <li>The <strong>API ID</strong> is used as the Basic Auth username.</li>
          <li>The <strong>API Token</strong> is used as the Basic Auth password.</li>
          <li><strong>Important:</strong> The <strong>API Token</strong> is shown only once. If you lose it, you will need to generate a new API key — Aircall cannot retrieve it for you.</li>
          <li>Keep the API key confidential. Anyone with access to it can make requests against your Aircall account.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>API ID</strong></li>
        <li><strong>API Token</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
