> ## 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 Insightly with API Key – StackOne Hub

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

<Warning>API access must be enabled for the user generating the key. Admins can disable it per-user via System Settings > User List > Edit User > API Access.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Generate your API key</h2>

  <p>Your Insightly API key is displayed in your user settings.</p>

  <Steps>
    <Step title="Sign in to Insightly">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://www.insightly.com/" target="_blank" rel="noopener noreferrer">Insightly account</a>.</p>
      </div>
    </Step>

    <Step title="Open user settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the top-right corner, click your profile avatar and select <strong>User Settings</strong>.</p>

        <ul>
          <li>Scroll down to the <strong>API</strong> section.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy your API key">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click the Copy button next to the <strong>API Key</strong> and store it securely for use later.</p>

        <ul>
          <li>The key is sent as the username of an HTTP Basic authorization header; the password is empty.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Find your pod</h2>

  <p>Your pod is the regional identifier in your Insightly API URL, shown under your API key in user settings.</p>

  <ul>
    <li>Check the <strong>API URL</strong> displayed immediately below your API Key in User Settings > API.</li>
    <li>Format: `https://api.{pod}.insightly.com/v3.1/`</li>
    <li>Example: if your URL is `https://api.na1.insightly.com/v3.1/`, your pod is `na1`.</li>
    <li>Common pods are `na1` (North America) and `eu1` (Europe).</li>
  </ul>
</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 Key</strong></li>
        <li><strong>Pod</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>
