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

# Yotpo - How do I link my account?

# Overview

To authenticate with Yotpo, you will need:

1. **App Key** - Your Yotpo Store Key. This is a 40-character alphanumeric string that identifies your store in Yotpo.
2. **Secret Key** - Your Yotpo app's secret key. This is a 40-character alphanumeric string used to generate a token which is used to authenticate API requests to Yotpo.

This guide will walk you through generating and finding these credentials within Yotpo.

### Prerequisites:

* You must have a Yotpo account and have [installed](https://support.yotpo.com/docs/yotpo-api) Yotpo on your eCommerce platform.

### Instructions:

#### Step 1: Retrieving your App Key

1. Login to your Yopto account.
2. Click the **Profile** icon at the top right corner of the screen.
3. Select **Settings** > **General Settings**. You’ll find your **App Key** at the bottom of the **General Settings** section.

<img src="https://mintcdn.com/nango/_RLkbImQrpSTYVYg/integrations/all/yotpo/settings.png?fit=max&auto=format&n=_RLkbImQrpSTYVYg&q=85&s=61c90184881e25c140c572bf31b04720" width="1915" height="336" data-path="integrations/all/yotpo/settings.png" />

<img src="https://mintcdn.com/nango/_RLkbImQrpSTYVYg/integrations/all/yotpo/general_settings.png?fit=max&auto=format&n=_RLkbImQrpSTYVYg&q=85&s=65bc7ca20a00904cb569506922cb2d1e" width="1915" height="554" data-path="integrations/all/yotpo/general_settings.png" />

#### Step 2: Generating your Secret Key

1. From your **General Settings**, click **Get secret key**. Yotpo will send an email with a verification code to the email address associated with your account.

<img src="https://mintcdn.com/nango/_RLkbImQrpSTYVYg/integrations/all/yotpo/secret_key.png?fit=max&auto=format&n=_RLkbImQrpSTYVYg&q=85&s=6a1c38e75c96df71387f570cd9d76db3" width="1915" height="637" data-path="integrations/all/yotpo/secret_key.png" />

2. Enter this code in the **Enter the code** section and click **Submit**.
3. Your **Secret Key** will be generated.

<img src="https://mintcdn.com/nango/_RLkbImQrpSTYVYg/integrations/all/yotpo/generated_secret_key.png?fit=max&auto=format&n=_RLkbImQrpSTYVYg&q=85&s=2acd89ca3dda3883c8c67e04631797bf" width="1915" height="637" data-path="integrations/all/yotpo/generated_secret_key.png" />

4. After copying it, click **Save Changes**

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

Once you have your **App Key** and **Secret Key**:

1. Open the form where you need to authenticate with Yotpo.
2. Enter both **App Key** and **Secret Key** in their respective fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/_RLkbImQrpSTYVYg/integrations/all/yotpo/form.png?fit=max&auto=format&n=_RLkbImQrpSTYVYg&q=85&s=300a24d72160218e5038824845ded6f4" style={{maxWidth: "450px" }} width="500" height="785" data-path="integrations/all/yotpo/form.png" />

You are now connected to Yotpo.
