> ## 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 Filevine with OAuth 2.0 - Client Credentials – StackOne Hub

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

<Warning>A Filevine account with API access is required. Contact your Filevine administrator to obtain API credentials.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Obtain API Credentials</h2>

  <p>Generate API credentials from your Filevine account settings.</p>

  <Steps>
    <Step title="Access API Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Log in to your <a href="https://app.filevine.com" target="_blank" rel="noopener noreferrer">Filevine account</a> and navigate to <strong>Settings</strong> > <strong>Integrations</strong> > <strong>API Keys</strong>.</p>

        <ul>
          <li>Click <strong>New API Key</strong> or go to the <strong>Client Secret</strong> tab.</li>
          <li>Copy the <strong>Client ID</strong> and <strong>Client Secret</strong> values.</li>
          <li>Store the Client Secret securely — it may only be shown once.</li>
        </ul>
      </div>
    </Step>

    <Step title="Find Your Organization ID">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Your Organization ID is required for all API requests.</p>

        <ul>
          <li>Contact your Filevine administrator or check your account settings for the Org ID.</li>
          <li>This is sent as the `x-fv-orgId` header on every request.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

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

  <p>Choose the region that matches your Filevine deployment.</p>

  <Steps>
    <Step title="Identify Region">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Check your Filevine account URL to determine your region.</p>

        <ul>
          <li><strong>US</strong> — URL contains `filevineapp.com`</li>
          <li><strong>Canada</strong> — URL contains `filevineapp.ca`</li>
          <li><strong>CJIS</strong> — URL contains `filevinegov.com`</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>Client ID</strong></li>
        <li><strong>Client Secret</strong></li>
        <li><strong>Organization ID</strong></li>
        <li><strong>API Host</strong></li>
        <li><strong>Identity Host</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>
