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

# Konnektive - How do I link my account?

# Overview

To authenticate with Konnektive, you need:

1. **API Login ID** — Your Konnektive API user login ID.
2. **API Password** — Your Konnektive API user password.

This guide will walk you through finding your API credentials in Konnektive.

### Prerequisites

* An active Konnektive account with administrator access.

<a id="step-1-find-your-api-credentials" />

### Step 1: Find your API credentials

1. Log in to your Konnektive account.
2. Go to **Admin** > **Users** and click **Add User** (or open an existing API user).

<img src="https://mintcdn.com/nango/DcfvWSTlWjF7SoBa/api-integrations/konnektive/create_api.avif?fit=max&auto=format&n=DcfvWSTlWjF7SoBa&q=85&s=49d086ba8204eb78c73ed27f75566b66" width="1536" height="592" data-path="api-integrations/konnektive/create_api.avif" />

3. Set **Access Level** to **Api User**, then choose a **Username** and **Password**.
   * The password can't contain an `&` character.
4. Under **IP Whitelist**, add the IP address that will call the Konnektive API. See [Nango's public IP addresses](/guides/platform/security#ip-allowlist) if Nango's proxy will be making the calls.

<img src="https://mintcdn.com/nango/DcfvWSTlWjF7SoBa/api-integrations/konnektive/ip_address.png?fit=max&auto=format&n=DcfvWSTlWjF7SoBa&q=85&s=2b58c4c75a91cf7ca7659b5898e7f005" width="1515" height="847" data-path="api-integrations/konnektive/ip_address.png" />

5. Under **Access Details**, grant only the endpoints this API user needs — access to query endpoints lets it pull data out of your CRM, so scope it to what your integration actually uses. Create separate API users for different services that need API access.
6. Save the user, then note its **Username** and **Password** — these are your API Login ID and password.

API users can't log into the Konnektive CRM UI; they can only make API calls.

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

Once you have your API Login ID and password:

1. Open the form where you need to authenticate with Konnektive.
2. Enter your **API Login ID** and **API Password** in the corresponding fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/DcfvWSTlWjF7SoBa/api-integrations/konnektive/form.png?fit=max&auto=format&n=DcfvWSTlWjF7SoBa&q=85&s=5557bbcf50343929d58b8911cdb9e7e1" style={{maxWidth: "450px" }} width="1000" height="1216" data-path="api-integrations/konnektive/form.png" />

You are now connected to Konnektive.
