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

# ClickUp OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>Admin or Owner permissions in your ClickUp workspace are required to create OAuth applications.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Creating an OAuth Application</h2>

  <p>Create an OAuth application to obtain Client ID and Client Secret for secure integration.</p>

  <Steps>
    <Step title="Sign in to ClickUp">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://app.clickup.com/" target="_blank" rel="noopener noreferrer">ClickUp account</a> with Admin or Owner permissions.</p>
      </div>
    </Step>

    <Step title="Navigate to Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>From your ClickUp dashboard:</p>

        <ul>
          <li>Click on your <strong>workspace name</strong> in the top left corner.</li>
          <li>Select <strong>Settings</strong> from the dropdown menu.</li>
        </ul>
      </div>
    </Step>

    <Step title="Access OAuth App Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the Settings page:</p>

        <ul>
          <li>Navigate to the <strong>ClickUp API</strong> section in the left sidebar (under <strong>Integrations & ClickApps</strong>).</li>
          <li>Click the <strong>ClickUp API Settings</strong> sub-tab at the top of the page.</li>
          <li>Click the <strong>+ Create an App</strong> button.</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure Your OAuth App">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Fill in the application details:</p>

        <ul>
          <li>Enter an <strong>App Name</strong> (e.g., "StackOne Integration").</li>
          <li>Add the <strong>Redirect URL</strong> `https://api.stackone.com/connect/oauth2/clickup/callback`.</li>
          <li>Click <strong>Create App</strong> to generate your credentials.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy Client ID and Secret">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After clicking <strong>Create App</strong>, an <strong>App Created</strong> popup appears with both credentials — copy them directly from this popup:</p>

        <ul>
          <li>Copy the <strong>Client ID</strong> from the popup.</li>
          <li>Click <strong>Hide</strong> to mask the <strong>Client Secret</strong> while reading it, or copy it directly, and store it securely.</li>
          <li>If you lose the secret, you can return to the same app and click <strong>Regenerate</strong> next to the Client Secret field — note that regenerating invalidates the previous secret.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

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