> ## 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 Make with API Token – StackOne Hub

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

<Warning>Admin privileges may be required for certain operations that access team or organization-level resources.</Warning>

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

  <p>Create an API token to authenticate with the Make API.</p>

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

    <Step title="Access Profile Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to your profile settings.</p>

        <ul>
          <li>Click your <strong>avatar</strong> in the top-right corner of the interface.</li>
          <li>Select <strong>Profile</strong> from the menu.</li>
        </ul>
      </div>
    </Step>

    <Step title="Open the API Section">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to the API token section.</p>

        <ul>
          <li>Click the <strong>API access</strong> tab.</li>
        </ul>
      </div>
    </Step>

    <Step title="Create a New Token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Generate a new API token.</p>

        <ul>
          <li>Click <strong>Add token</strong>.</li>
          <li>Enter a descriptive <strong>Label</strong> for your token (e.g., "StackOne Integration").</li>
          <li>Select the appropriate <strong>Scopes</strong> based on the operations you need.</li>
          <li>Click <strong>Add</strong> to generate the token.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy and Store the Token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Copy your new API token and store it securely for use later.</p>

        <ul>
          <li>Copy the token immediately after creation.</li>
          <li><strong>Important:</strong> The token is only shown once. If you leave the page, you cannot retrieve it again.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Determining Your Zone</h2>

  <p>Identify your Make zone based on your account URL.</p>

  <Steps>
    <Step title="Find Your Zone">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Your zone is determined by your Make account URL.</p>

        <ul>
          <li>Format: `eu1`, `eu2`, `us1`, or `us2`</li>
          <li><strong>EU1</strong> - Default EU zone (eu1.make.com)</li>
          <li><strong>EU2</strong> - Secondary EU zone (eu2.make.com)</li>
          <li><strong>US1</strong> - Default US zone (us1.make.com)</li>
          <li><strong>US2</strong> - Secondary US zone (us2.make.com)</li>
          <li>Check your browser URL when logged into Make to identify your zone.</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>Zone</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>
