> ## Documentation Index
> Fetch the complete documentation index at: https://nango-wari-integration-config-credentials-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Elevio - How do I link my account?

## Overview

To authenticate with Elevio, you need:

1. **API Key** — identifies and rate-limits your Elevio account.
2. **JWT** — a JSON Web Token that scopes which resources you can read and write.

Elevio always issues these as a pair, generated together from the same page.

## Prerequisites

* An Elevio account with access to the API Keys page.

## Instructions

### Step 1: Generate an API key and JWT

1. Log in to your account and navigate to the [API Keys page](https://app.elev.io/apikeys) in your Elevio dashboard.
2. Enter a description, select the scopes you need, then click **Generate API Key** to generate your key.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ajnr1Ql9em6N5d3h/api-integrations/elevio/dashboard.png?fit=max&auto=format&n=Ajnr1Ql9em6N5d3h&q=85&s=66ce331026ab4ed7eae8d17448a41f94" width="3008" height="1534" data-path="api-integrations/elevio/dashboard.png" />

3. Once it's generated, scroll down to it and click **View Key & Token** to view both the **API Key** and the **JWT**.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ajnr1Ql9em6N5d3h/api-integrations/elevio/view_key.png?fit=max&auto=format&n=Ajnr1Ql9em6N5d3h&q=85&s=3f99a1c5b69aa1506060b4362ce8611f" width="3022" height="632" data-path="api-integrations/elevio/view_key.png" />

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

1. Open the form where you need to authenticate with Elevio.
2. Enter your **API Key** and **JWT**.
3. Submit the form.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ajnr1Ql9em6N5d3h/api-integrations/elevio/form.png?fit=max&auto=format&n=Ajnr1Ql9em6N5d3h&q=85&s=6de68d7ac58530af4ff11aafd22e748e" style={{maxWidth: "450px" }} width="1000" height="1246" data-path="api-integrations/elevio/form.png" />

You are now connected to Elevio.
