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

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

<section data-guide-section data-guide-scopes="">
  <h2>Locating Your API Id and API Key</h2>

  <p>These two credentials sign every request to the Unleashed API.</p>

  <Steps>
    <Step title="Open the Unleashed login page">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Go to <a href="https://unleashedsoftware.com" target="_blank" rel="noopener noreferrer">unleashedsoftware.com</a> and click <strong>Login</strong> (top-right). You'll be redirected to <code>go.unleashedsoftware.com/v2/Account/LogOn</code>.</p>
      </div>
    </Step>

    <Step title="Sign in">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Enter your registered email, click <strong>Next</strong>, then enter your password. If prompted with "2-Step Authentication Setup", click <strong>Skip for now</strong> (you can configure 2-Step Authentication later).</p>
      </div>
    </Step>

    <Step title="Open the Unleashed product from the Access Workspace">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After login you'll land in the Access Workspace at <code>go.accessacloud.com</code>. Click the <strong>access</strong> dropdown at the top-left, select <strong>Products</strong>, then click the <strong>Unleashed</strong> tile to open the Unleashed app.</p>
      </div>
    </Step>

    <Step title="Open the API Access page">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the Unleashed left sidebar, expand <strong>Integration</strong> and click <strong>Unleashed API Access</strong>.</p>
      </div>
    </Step>

    <Step title="Copy your API Id and API Key">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>The page displays two values. Copy both and paste them into the <strong>API Id</strong> and <strong>API Key</strong> fields when connecting your StackOne account.</p>

        <ul>
          <li><strong>API Id</strong> — a GUID (e.g. <code>00000000-0000-0000-0000-000000000000</code>). Used as the <code>api-auth-id</code> request header.</li>
          <li><strong>API Key</strong> — a Base64-encoded secret. Used to compute the <code>api-auth-signature</code> (HMAC-SHA256 of the query string).</li>
          <li>Each request must also include a <code>client-type</code> header. Unleashed requires this for API support and usage statistics.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Linking the Account from the Hub

<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 Key</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>

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