> ## 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.

# Unbounce OAuth 2.0 connector profile – StackOne setup guide

> Set up the OAuth 2.0 connector profile for Unbounce in StackOne. One-time admin setup required before your users can link Unbounce accounts via Hub.

<Warning>Unbounce does not yet offer self-service OAuth app registration. Allow time for Unbounce to process your registration form before connecting.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Register an OAuth application</h2>

  <p>Unbounce OAuth applications are registered via a form. Once submitted, Unbounce will provide your Client ID and Client Secret.</p>

  <Steps>
    <Step title="Open the registration form">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Visit the <a href="https://developer.unbounce.com/getting_started/" target="_blank" rel="noopener noreferrer">Unbounce Getting Started page</a>.</p>

        <ul>
          <li>Select <strong>Authorization</strong> from the left sidebar, then scroll to the <strong>OAuth</strong> section.</li>
          <li>Click <strong>Register OAuth Application</strong> on the right side of the page.</li>
        </ul>
      </div>
    </Step>

    <Step title="Fill in the registration form">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Complete the form with your application details.</p>

        <ul>
          <li>Full Name: your name.</li>
          <li>Email: your email address.</li>
          <li>Company: your company name (optional).</li>
          <li>App Name: `StackOne`</li>
          <li>Callback URL: `https://api.stackone.com/connect/oauth2/unbounce/callback`</li>
          <li>Sandbox Callback URL: leave blank (not required for StackOne).</li>
          <li>Select <strong>Yes</strong> for "Do you have an Unbounce account?".</li>
          <li>Click <strong>Register App</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Receive your credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After submitting the form, Unbounce will review your application. Your Client ID and Client Secret will be sent to the email address you provided — they are not displayed immediately after submission.</p>

        <ul>
          <li>Check your email inbox for a message from Unbounce containing your <strong>Client ID</strong> and <strong>Client Secret</strong>.</li>
          <li>Save the <strong>Client Secret</strong> securely — do not share it.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Unbounce</strong>:

<Steps>
  <Step title="Navigate to Connector Profiles">
    Login to StackOne and navigate to [Connector Profiles](https://app.stackone.com/connector_profiles)
  </Step>

  <Step title="Create New Connector Profile">
    <ul>
      <li>Click <strong>+ Connector Profile</strong></li>
      <li>Search for and select <strong>Unbounce</strong></li>
      <li>Select <strong>Type</strong> as <strong>OAuth 2.0</strong></li>

      <li>
        Fill out the fields using details retrieved from your provider:

        <ul style={{ marginLeft: '20px' }}>
          <li><strong>Client ID</strong></li>
          <li><strong>Client Secret</strong></li>
        </ul>
      </li>

      <li>(Optional) Select <strong>Actions</strong> to be enabled for this Connector Profile</li>
      <li>Click <strong>Create profile</strong></li>
    </ul>
  </Step>
</Steps>

Congratulations! The new Connector Profile will now show up in your project ready to be used. You can now continue to <a href="/guides/accounts-section#linking-accounts">Link Accounts</a> for <strong>Unbounce</strong>.
