> ## Documentation Index
> Fetch the complete documentation index at: https://nango-marcin-get-deployments-docs.mintlify.site/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-marcin-get-deployments-docs/NhzTBAtrtvQddgUT/api-integrations/nocrm/admin_panel.png?fit=max&auto=format&n=NhzTBAtrtvQddgUT&q=85&s=fc7da56f0ce089b1ef0d87e1588b4152" 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-marcin-get-deployments-docs/NhzTBAtrtvQddgUT/api-integrations/nocrm/api_key.png?fit=max&auto=format&n=NhzTBAtrtvQddgUT&q=85&s=866a180d94303b0bf58dae2512365f23" 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-marcin-get-deployments-docs/NhzTBAtrtvQddgUT/api-integrations/nocrm/create_api_key.png?fit=max&auto=format&n=NhzTBAtrtvQddgUT&q=85&s=7fdb0b4412daebf39f48bee6b739cf19" 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-marcin-get-deployments-docs/NhzTBAtrtvQddgUT/api-integrations/nocrm/generated_key.png?fit=max&auto=format&n=NhzTBAtrtvQddgUT&q=85&s=51ce39a2bc9cbbdf80654d8c35b391e5" 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-marcin-get-deployments-docs/NhzTBAtrtvQddgUT/api-integrations/nocrm/form.png?fit=max&auto=format&n=NhzTBAtrtvQddgUT&q=85&s=4e1b019f6b7e75b24a2e711d4ab74cbb" style={{maxWidth: "450px" }} width="998" height="1294" data-path="api-integrations/nocrm/form.png" />

You are now connected to nocrm.io.
