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

# Redo - How do I link my account?

# Overview

To authenticate with Redo, you will need:

1. **API secret** – A token generated for an API client in your Redo Dashboard.
2. **Store ID** – The identifier of your Redo store.

This guide walks you through obtaining both.

### Prerequisites

* You must have a Redo account with access to the Dashboard.

### Instructions

#### Step 1: Create an API token

1. Log in to your Redo Dashboard.
2. Go to **Settings** -> **Developer**.
3. Scroll to the **API tokens** section and click **Create token**.

<img src="https://mintcdn.com/nango/w1gKPbc6h-h3iZ5S/api-integrations/redo/create_api_token.png?fit=max&auto=format&n=w1gKPbc6h-h3iZ5S&q=85&s=89621ec59e7d225dbae4ca73ce55989f" width="1916" height="749" data-path="api-integrations/redo/create_api_token.png" />

4. Enter a name, select the scopes your key needs, and submit the form to generate the key.
5. Copy the generated API secret.

<Warning>The API secret is only shown once.</Warning>

#### Step 2: Find your Store ID

Your Store ID is displayed in the **General** section of **Settings** -> **Developer** in the Redo Dashboard.

<img src="https://mintcdn.com/nango/w1gKPbc6h-h3iZ5S/api-integrations/redo/store_id.png?fit=max&auto=format&n=w1gKPbc6h-h3iZ5S&q=85&s=86a9dec1a1563565420725057a79079d" width="1916" height="346" data-path="api-integrations/redo/store_id.png" />

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

Once you have your **API secret** and **Store ID**:

1. Open the form where you need to authenticate with Redo.
2. Enter your **API secret** and **Store ID** in their respective fields.
3. Submit the form — you should then be successfully authenticated.

<img src="https://mintcdn.com/nango/w1gKPbc6h-h3iZ5S/api-integrations/redo/form.png?fit=max&auto=format&n=w1gKPbc6h-h3iZ5S&q=85&s=bbfbe2eaee69e641642bfe82bc40ebb2" style={{maxWidth: "450px" }} width="498" height="700" data-path="api-integrations/redo/form.png" />

You are now connected to Redo.
