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

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

<Warning>You need admin access to your Recurly site to generate API keys.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Accessing Your API Key</h2>

  <p>Recurly uses HTTP Basic Authentication where the API key is passed as the username and the password is left empty.</p>

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

    <Step title="Navigate to API Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Go to the API Credentials page to view or generate API keys.</p>

        <ul>
          <li>Navigate to <strong>Integrations</strong> > <strong>API Credentials</strong></li>
          <li>Or go directly to <a href="https://app.recurly.com/go/developer/api_keys" target="_blank" rel="noopener noreferrer">API Credentials</a></li>
        </ul>
      </div>
    </Step>

    <Step title="Copy Your API Key">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Copy the private API key for use in StackOne.</p>

        <ul>
          <li>Locate the <strong>Private API Key</strong> in the list</li>
          <li>Click to reveal and copy the key</li>
          <li>Store your API key securely as it provides full API access to your Recurly site</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Identifying Your Data Region</h2>

  <p>Recurly hosts sites in two regions. Select the region that matches your Recurly site.</p>

  <Steps>
    <Step title="Check Your Recurly Site URL">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>The region is determined by the URL you use to access your Recurly dashboard.</p>

        <ul>
          <li><strong>US</strong> — Your dashboard URL is `app.recurly.com`. Select <strong>US (v3.recurly.com)</strong></li>
          <li><strong>EU</strong> — Your dashboard URL is `app.eu.recurly.com`. Select <strong>EU (v3.eu.recurly.com)</strong></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 Key</strong></li>
        <li><strong>Data Region</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>
