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

# Trafft - How do I link my account?

# Overview

To authenticate with Trafft, you need:

1. **Subdomain** - The unique identifier for your Trafft instance (e.g. "developer" from developer.admin.trafft.com)
2. **Client ID** - The unique identifier that Trafft assigns to your application
3. **Client Secret** - A unique string that enables the client application to access Trafft

This guide will walk you through finding these credentials within your Trafft admin panel.

### Prerequisites:

* You must have a Trafft account

### Instructions:

#### Step 1: Access API Settings

1. Log in to your Trafft admin panel at `https://your-subdomain.admin.trafft.com`
2. Navigate to **Features** > **Integrations** > **API Settings**

#### Step 2: Get your credentials

On the API Settings page, you will find:

1. Your **API URL** which contains your full API URl including the subdomain (e.g. [https://developer.admin.trafft.com](https://developer.admin.trafft.com))
2. Your **Client ID**
3. Your **Client Secret**

<img src="https://mintcdn.com/nango/or5YGi1-bk6KsSds/integrations/all/trafft/api_settings.png?fit=max&auto=format&n=or5YGi1-bk6KsSds&q=85&s=8098de78eb115eeb1327b3bd66661836" width="1400" height="1500" data-path="integrations/all/trafft/api_settings.png" />

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

Once you have your credentials:

1. Open the form where you need to authenticate with Trafft
2. Enter your **Subdomain**, **Client ID** and **Client Secret** in their respective fields
3. Submit the form, and you should be successfully authenticated

<img src="https://mintcdn.com/nango/or5YGi1-bk6KsSds/integrations/all/trafft/form.png?fit=max&auto=format&n=or5YGi1-bk6KsSds&q=85&s=72fc1afed29258836d75304cafe7a927" style={{maxWidth: "450px" }} width="1010" height="1586" data-path="integrations/all/trafft/form.png" />

You are now connected to Trafft.
