> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Sellsy (Client Credentials) - How do I link my account?

# Overview

To authenticate with Sellsy (Client Credentials), you need two key pieces of information:

1. **Client ID** - A unique identifier for your client.
2. **Secret shopper** - A confidential key used to authenticate the identity of the application (client).

This guide will walk you through obtaining these credentials within Sellsy.

### Prerequisites:

* You must have an account with Sellsy.

### Instructions:

#### Step 1: Generating your Client Credentials

1. Navigate to your [Developer page](https://www.sellsy.com/developer/api-v2).
   <img src="https://mintcdn.com/nango/GL7qOyEvDUu61Zn7/integrations/all/sellsy-oauth2-cc/developer_portal.png?fit=max&auto=format&n=GL7qOyEvDUu61Zn7&q=85&s=96e279df19271e37e04ce39a4a242f8b" width="3024" height="1298" data-path="integrations/all/sellsy-oauth2-cc/developer_portal.png" />
2. Click **Create API access** and select **Staff**.
3. Fill in all the required information and select the permissions you want to give to your API access.
   <img src="https://mintcdn.com/nango/OtGF53UDpJxUkzyb/integrations/all/sellsy-oauth2-cc/create_api_access.png?fit=max&auto=format&n=OtGF53UDpJxUkzyb&q=85&s=f6591eb6623b74ed5d27f8ffa7c6d07f" width="3024" height="1368" data-path="integrations/all/sellsy-oauth2-cc/create_api_access.png" />
4. Click **Save**.
5. After creating the app, copy the **Client ID** and **Secret shopper** that Sellsy will generate.
   <img src="https://mintcdn.com/nango/GL7qOyEvDUu61Zn7/integrations/all/sellsy-oauth2-cc/credentials.png?fit=max&auto=format&n=GL7qOyEvDUu61Zn7&q=85&s=22a568f611eff894415c1db3d4a40b9d" width="3024" height="1368" data-path="integrations/all/sellsy-oauth2-cc/credentials.png" />

#### Step 2: Enter credentials in the Connect UI

Once you have both the **Client ID** and **Secret shopper**:

1. Open the form where you need to authenticate with Sellsy (Client Credentials).
2. Enter the **Client ID** and **Secret shopper** in their designated fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/GL7qOyEvDUu61Zn7/integrations/all/sellsy-oauth2-cc/form.png?fit=max&auto=format&n=GL7qOyEvDUu61Zn7&q=85&s=42c2d697b38166ff346700d37abd2eaa" style={{maxWidth: "450px" }} width="501" height="700" data-path="integrations/all/sellsy-oauth2-cc/form.png" />

You are now connected to Sellsy (Client Credentials).
