> ## 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 Phenom with OAuth 2.0 – StackOne Hub

> Link a Phenom account in the StackOne Hub using OAuth 2.0. End-user guide to authorize the integration and start using Phenom actions.

<Warning>API access to Phenom must be provisioned by the Phenom team. Contact [api-management@phenom.com](mailto:api-management@phenom.com) before setting up this connection.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Request API credentials from Phenom</h2>

  <p>Phenom provisions API credentials per tenant — there is no self-service registration portal. You must contact the Phenom API team to obtain your credentials.</p>

  <Steps>
    <Step title="Contact Phenom support">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Email <a href="mailto:api-management@phenom.com" target="_blank" rel="noopener noreferrer">[api-management@phenom.com](mailto:api-management@phenom.com)</a> to request API access for your organization.</p>

        <ul>
          <li>Request a Client ID and Client Secret for OAuth2 client credentials access.</li>
          <li>Request your Token URL (OAuth2 token endpoint for your tenant).</li>
          <li>Request your Gateway URL (base API URL for your tenant).</li>
        </ul>
      </div>
    </Step>

    <Step title="Obtain your User ID">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Some Phenom API endpoints require a User ID (x-ph-userId header). Obtain your Phenom platform user ID from your Phenom account settings or from the Phenom team.</p>
      </div>
    </Step>

    <Step title="Enter your credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Enter the credentials provided by Phenom into the connection form below.</p>
      </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>Client ID</strong></li>
        <li><strong>Client Secret</strong></li>
        <li><strong>Token Base URL</strong></li>
        <li><strong>Gateway URL</strong></li>
        <li><strong>User ID</strong> (Optional)</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>
