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

# Inteliquent - How do I link my account?

## Overview

To authenticate with Inteliquent, you will need:

1. **API Key** - The company-level API Key generated in the Inteliquent customer portal.
2. **API Secret** - The API Secret issued together with that API Key.
3. **API subdomain** - The Services API subdomain for the environment (production or sandbox) the API Key was generated in.

These are API credentials, not your Inteliquent portal username and password.

### Prerequisites

* You must have access to the Inteliquent customer portal ([production](https://portal.inteliquent.com) or [sandbox](https://portal-sandbox.inteliquent.com)).
* Your portal user must have admin rights to view or generate the company API Key.

### Instructions

#### Step 1: Generate an API Key and API Secret

1. Log in to the Inteliquent customer portal for the environment you want to connect: [portal.inteliquent.com](https://portal.inteliquent.com) for production or [portal-sandbox.inteliquent.com](https://portal-sandbox.inteliquent.com) for sandbox.
2. Open the **Admin** section and locate the company **API Key** settings.
3. Copy the **API Key** and **API Secret**, or generate a new pair if none exists. Store them securely; generating a new pair invalidates the previous one for every application that uses it.

#### Step 2: Find your API subdomain

API Keys are environment-specific. Pick the subdomain that matches the portal you generated the key in:

| Environment | Portal                           | API subdomain      |
| ----------- | -------------------------------- | ------------------ |
| Production  | `portal.inteliquent.com`         | `services`         |
| Sandbox     | `portal-sandbox.inteliquent.com` | `services-sandbox` |

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

Once you have your **API Key**, **API Secret**, and **API subdomain**:

1. Open the form where you need to authenticate with Inteliquent.
2. Select the **API subdomain** (`services` or `services-sandbox`) from Step 2.
3. Enter your **API Key** in the **API Key** field.
4. Enter your **API Secret** in the **API Secret** field.
5. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/iATZc62b3GMjzJHd/api-integrations/inteliquent/form.png?fit=max&auto=format&n=iATZc62b3GMjzJHd&q=85&s=27080d69f1faf8c3ae8aee10defb2371" style={{maxWidth: "450px" }} width="1120" height="2000" data-path="api-integrations/inteliquent/form.png" />

You are now connected to Inteliquent.
