> ## 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 Easyship with Access Token – StackOne Hub

> Link a Easyship account in the StackOne Hub using Access Token. End-user guide to authorize the integration and start using Easyship actions.

<Warning>Admin access to your Easyship account is required to generate API access tokens.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Generate API Access Token</h2>

  <p>To connect Easyship with StackOne, you need to generate an API access token from your Easyship dashboard.</p>

  <Steps>
    <Step title="Access API Integration Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to the API integration settings in your Easyship dashboard to create a new API access token.</p>

        <ul>
          <li>Login to your <a href="https://app.easyship.com" target="_blank" rel="noopener noreferrer">Easyship dashboard</a>.</li>
          <li>In the left sidebar, under <strong>Integrations</strong>, click <strong>API & Webhooks</strong>.</li>
          <li>Click <strong>New Integration</strong> and scroll down to choose <strong>API Integration</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure API Integration">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the API Integration dialog that appears, configure your integration settings.</p>

        <ul>
          <li>For <strong>Integration Type</strong>, select "I'm developing a custom integration" from the dropdown.</li>
          <li>Enter a descriptive <strong>Integration Name</strong>.</li>
          <li>For <strong>API Version</strong>, select "2024-09 and newer".</li>
          <li>Click the <strong>CONNECT</strong> button.</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure and view API Access Token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After creating the integration, expand the Access Token section to view credentials for both production and sandbox environments.</p>

        <ul>
          <li>Expand the <strong>Access Token</strong> dropdown under both <strong>Production</strong> and <strong>Sandbox</strong> sections to view the tokens.</li>
          <li>You will see an access token for production (prefixed with `prod_`) and sandbox (prefixed with `sand_`).</li>
          <li>Under <strong>Standard Scopes</strong>, enable all scopes required for your integration. For full StackOne functionality, enable all read and write scopes (e.g., public.shipment:read, public.shipment:write, public.address:read, public.address:write, public.label:write, public.track:read, public.courier:read, public.tag:read, public.box:read, public.asset:read, public.setting:read). By default, all scopes are enabled.</li>
          <li>Copy the access token that matches your desired environment (production or sandbox).</li>
          <li>Store the token securely as it will be used to authenticate all API requests.</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>API Access Token</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>
