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

# Auvik - How do I link my account?

# Overview

To authenticate with Auvik, you need:

1. **Username** – Your Auvik account username (usually your email address).
2. **API Key** – Your Auvik API key (separate from your password).
3. **Region** – Your Auvik region (e.g., `us1`, `us2`, `eu1`). This determines your API base URL like `https://auvikapi.<region>.my.auvik.com`.

This guide walks you through generating an API key and finding your region in Auvik.

### Prerequisites:

* Optional: create a new, separate Auvik account within your organization to hold your API Key
  so that this key is not tied to any one individual. Auvik documentation refers to this as
  setting up a ["service account."](https://support.auvik.com/hc/en-us/articles/204309114-How-do-I-update-my-user-profile#topic_generate)
* Access to your Auvik account with API permissions.

### Step 1: Generate an API Key

1. Log in to your Auvik dashboard.
2. Scroll to the bottom of the left-hand nav. Look for your account's name and click to view and edit your profile.

<img src="https://mintcdn.com/nango/AJCEEjsINILJ5zvM/integrations/all/auvik/auvik-left-nav.png?fit=max&auto=format&n=AJCEEjsINILJ5zvM&q=85&s=75acb8ea7553c677fbbf7a98b93312f8" width="196" height="1322" data-path="integrations/all/auvik/auvik-left-nav.png" />

3. Under the **API Key** section, click **Generate**.

<img src="https://mintcdn.com/nango/AJCEEjsINILJ5zvM/integrations/all/auvik/auvik-edit-profile.png?fit=max&auto=format&n=AJCEEjsINILJ5zvM&q=85&s=bfdfed878bafb33e8627c8ef33913bf9" width="1512" height="800" data-path="integrations/all/auvik/auvik-edit-profile.png" />

4. Copy and securely store your **API Key** – this is separate from your password and will be used for API authentication.

<img src="https://mintcdn.com/nango/AJCEEjsINILJ5zvM/integrations/all/auvik/auvik-api-key-modal.png?fit=max&auto=format&n=AJCEEjsINILJ5zvM&q=85&s=fc70676c5727877338aa3ad8533aab5e" width="600" height="241" data-path="integrations/all/auvik/auvik-api-key-modal.png" />

5. Your **Username** is the email address associated with your Auvik account.

See: [Auvik API Documentation](https://auvikapi.us1.my.auvik.com/docs)

### Step 2: Determine your region

Your region is visible in your browser's address bar when you're logged into the Auvik web UI:

* If your URL is `https://yourcompany.us1.my.auvik.com/...` → Your region is `us1`
* If your URL is `https://yourcompany.us2.my.auvik.com/...` → Your region is `us2`
* If your URL is `https://yourcompany.eu1.my.auvik.com/...` → Your region is `eu1`

Common regions:

* `us1` → `https://auvikapi.us1.my.auvik.com`
* `us2` → `https://auvikapi.us2.my.auvik.com`
* `eu1` → `https://auvikapi.eu1.my.auvik.com`

### Step 3: Enter your details in the Connect UI

Once you have your **Username**, **API Key**, and **Region**:

1. Open the form where you connect to Auvik.
2. Enter your **Username** (email address).
3. Enter your **API Key**.
4. Enter your **Region** (e.g., `us2`).
5. Click **Connect**.

<img src="https://mintcdn.com/nango/AJCEEjsINILJ5zvM/integrations/all/auvik/auvik-connect-form.png?fit=max&auto=format&n=AJCEEjsINILJ5zvM&q=85&s=5bd533c8001b819012bb19a6144e679d" width="508" height="708" data-path="integrations/all/auvik/auvik-connect-form.png" />

You are now connected to Auvik.
