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

# nocrm.io - How do I link my account?

# Overview

To authenticate with nocrm.io, you will need:

1. **Account subdomain** – Your nocrm.io subdomain (e.g. `mycompany` for `https://mycompany.nocrm.io`).
2. **API Key** – A private key generated by an administrator from the admin section of your nocrm.io account.

This guide walks you through finding your subdomain and generating an API key.

### Prerequisites

* You must have a nocrm.io account with admin access to generate API keys.

### Instructions

#### Step 1: Finding your subdomain

Your account address is of the form `https://YOUR_SUBDOMAIN.nocrm.io`. The subdomain is the part before `.nocrm.io` (e.g. if your URL is `https://acme.nocrm.io`, your subdomain is `acme`). You can see it in the browser when you are logged in to nocrm.io.

#### Step 2: Obtaining your API key

1. From your account, click on your profile.
2. From the dropdown that is displayed, click **Admin Panel**.

<img src="https://mintcdn.com/nango/octRgkoYdFf6Aebn/api-integrations/nocrm/admin_panel.png?fit=max&auto=format&n=octRgkoYdFf6Aebn&q=85&s=771688b13f4d0c25abfd0b842ed108ad" width="3022" height="910" data-path="api-integrations/nocrm/admin_panel.png" />

3. In the Integration column, scroll down and click the **API Keys** button.

<img src="https://mintcdn.com/nango/octRgkoYdFf6Aebn/api-integrations/nocrm/api_key.png?fit=max&auto=format&n=octRgkoYdFf6Aebn&q=85&s=9da620b19a1be1140d8c9edc26c51875" width="3018" height="1334" data-path="api-integrations/nocrm/api_key.png" />

4. Click **Create an API Key**, enter a name (and optional description), then save.

<img src="https://mintcdn.com/nango/octRgkoYdFf6Aebn/api-integrations/nocrm/create_api_key.png?fit=max&auto=format&n=octRgkoYdFf6Aebn&q=85&s=d9d72a0e25cdad5ab051a88a76c2efd4" width="3018" height="1240" data-path="api-integrations/nocrm/create_api_key.png" />

5. Copy the key from the popup right away, as it will not be shown again.

<img src="https://mintcdn.com/nango/octRgkoYdFf6Aebn/api-integrations/nocrm/generated_key.png?fit=max&auto=format&n=octRgkoYdFf6Aebn&q=85&s=d5ebb65dec050c37ad7d0a691258b86f" width="1513" height="367" data-path="api-integrations/nocrm/generated_key.png" />

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

Once you have your **subdomain** and **API key**:

1. Open the form where you need to authenticate with nocrm.io.
2. Enter your **subdomain** (e.g. `mycompany`) in the account subdomain field.
3. Enter your **API key** in the API key field.
4. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/octRgkoYdFf6Aebn/api-integrations/nocrm/form.png?fit=max&auto=format&n=octRgkoYdFf6Aebn&q=85&s=797f49467c507e1a18adb3c35f83f8ff" style={{maxWidth: "450px" }} width="998" height="1294" data-path="api-integrations/nocrm/form.png" />

You are now connected to nocrm.io.
