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

# Hotjar OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>API access requires a Scale plan (Observe Scale or Ask Scale). Generating an API key requires Account Owner permissions on the Hotjar organization. Keys auto-expire after 1 year and cannot be extended — generate a new key before expiry.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Generate a Hotjar API key</h2>

  <p>Hotjar API keys are issued as a Client ID and Client Secret pair generated from the Hotjar account settings.</p>

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

        <ul>
          <li>In the top-right corner, click your avatar.</li>
          <li>Select <strong>Account</strong> from the dropdown menu.</li>
          <li>In the left sidebar, click <strong>API</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Create an API key">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Generate a new API key for the StackOne integration.</p>

        <ul>
          <li>Click <strong>Create API key</strong>.</li>
          <li>Enter a name (e.g., `StackOne Integration`).</li>
          <li>Click <strong>Create</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy the credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>A dialog displays the Client ID and Client Secret. The Client Secret is shown only once — copy it immediately.</p>

        <ul>
          <li>Copy the <strong>Client ID</strong> value and store it securely.</li>
          <li>Copy the <strong>Client Secret</strong> value and store it securely.</li>
          <li>Important: If you close the dialog without copying the Client Secret, you will need to regenerate the API key.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Hotjar</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>Hotjar</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>Hotjar</strong>.
