> ## 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 Coveto with API Key – StackOne Hub

> Link a Coveto account in the StackOne Hub using API Key. End-user guide to authorize the integration and start using Coveto actions.

<section data-guide-section data-guide-scopes="">
  <h2>Find your customer number</h2>

  <p>Your customer number (Kundennummer) identifies your coveto instance and forms its URL.</p>

  <ul>
    <li>Check your browser address bar when signed in to coveto.</li>
    <li>Format: `https://{customer-number}.coveto.de`</li>
    <li>Example: if your URL is `https://k01234.coveto.de`, your customer number is `k01234` (it always starts with `k`).</li>
  </ul>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Create a REST API key</h2>

  <p>Generate an API key in coveto and assign it access rights per resource. Use a separate API key per project or integration.</p>

  <Steps>
    <Step title="Open the REST API settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://www.coveto.de" target="_blank" rel="noopener noreferrer">coveto account</a>.</p>

        <ul>
          <li>Navigate to <strong>Einstellungen</strong> (Settings) > <strong>REST API</strong>.</li>
          <li>Click <strong>Neu</strong> (New) to start creating a key.</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure the key and save it">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Set the developer contact details and the access rights the integration needs.</p>

        <ul>
          <li>Enter your developer contact details (used for security incident support).</li>
          <li>For each endpoint, choose an access level: <strong>none</strong> (no access), <strong>read</strong> (GET), <strong>write</strong> (GET, POST, PATCH), or <strong>delete</strong> (all methods including DELETE).</li>
          <li>Grant only the endpoints and levels your integration requires.</li>
          <li>Optionally restrict the key to a specific server IP address for added security.</li>
          <li>Click <strong>Speichern</strong> (Save).</li>
          <li>Copy the API key immediately — it is shown only once and then stored encrypted. Store it securely for use later.</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="/connect/managing-connectors/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>Customer Number</strong></li>
        <li><strong>API Key</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="/gateway/concepts/linked-accounts">Accounts</a> page.</p>
</div>
