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

# Klaviyo - How do I link my account?

# Overview

To authenticate with Klaviyo, you need one key piece of information:

1. **API Key** - Your Klaviyo private key.

This guide will walk you through finding or creating those credentials within Klaviyo.

### Prerequisites:

* You must set up an account with Klaviyo.

#### Step 1: Finding Your Klaviyo API Key

1. Log into your Klaviyo account and navigate to your account’s `Settings` page and select `API keys`.
2. Under the `Private API Keys` section, select `Create Private API Key`.
3. Provide a name for your private key and add any of the following scopes:
   * `Custom Key`: Allows you to decide how much access to give the third party.
   * `Read-Only Key`: Only allows third parties to view all data associated with the endpoint.
   * `Full Access Key`: Allows third parties to create, delete, or make changes to anything associated with that endpoint.

Important: For your account's security, your private API keys should never be used with Client endpoints, exposed in client-side code, or made accessible from public repositories.

<img src="https://mintcdn.com/nango/mML8QF2SPjr5fRd2/integrations/all/klaviyo/klaviyo_1.png?fit=max&auto=format&n=mML8QF2SPjr5fRd2&q=85&s=216fed422270464351330dd7a3e6f8da" width="1872" height="1236" data-path="integrations/all/klaviyo/klaviyo_1.png" />

4. When you have finished setting your key’s scopes, select `Create`.
5. Securely store your private key. This key is only visible one time.

#### Step 2: Connect Your Klaviyo Account

<img src="https://mintcdn.com/nango/mML8QF2SPjr5fRd2/integrations/all/klaviyo/nango_connect_ui.png?fit=max&auto=format&n=mML8QF2SPjr5fRd2&q=85&s=6342f056ca0b8598d7c32005c4293ced" width="494" height="742" data-path="integrations/all/klaviyo/nango_connect_ui.png" />

To authenticate using your API credentials, navigate to the Klaviyo authentication form. Enter your credentials as follows:

* API Key: Your Klaviyo API Key

Click "Connect" to complete the authentication.
