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

# Domo - How do I link my account?

# Overview

To authenticate with Domo, you need:

1. **Client ID** – The public identifier for your Domo API client.
2. **Client Secret** – The secret that authenticates your client; treat it like a password and keep it secure.

This guide walks you through creating an API client in Domo and obtaining your Client ID and Client Secret.

### Prerequisites

* You must have a Domo account.

### Instructions

#### Step 1: Creating your API client

1. Log in to [Domo](https://www.domo.com) and go to **Admin** → **Authentication** → **API Clients**.

<img src="https://mintcdn.com/nango/iPGr5___c2zS0K3u/api-integrations/domo/admin_section.png?fit=max&auto=format&n=iPGr5___c2zS0K3u&q=85&s=300f539757dc1aa41172a6c7533f1a11" width="1885" height="557" data-path="api-integrations/domo/admin_section.png" />

2. Click **Create** to open the creation modal.

<img src="https://mintcdn.com/nango/iPGr5___c2zS0K3u/api-integrations/domo/api_clients_list.png?fit=max&auto=format&n=iPGr5___c2zS0K3u&q=85&s=b170b746dfe0b30a28259fed29199bf8" width="1921" height="510" data-path="api-integrations/domo/api_clients_list.png" />

3. Enter a **unique name** and **description** for your client, and select the **scopes** to grant the client.
4. Click **Create**. After confirmation, the **Client ID** and **Client Secret** are shown.

<img src="https://mintcdn.com/nango/iPGr5___c2zS0K3u/api-integrations/domo/generated_credentials.png?fit=max&auto=format&n=iPGr5___c2zS0K3u&q=85&s=276680dae32b6f16c13ac0838ffde913" width="1292" height="680" data-path="api-integrations/domo/generated_credentials.png" />

<Note> The client credentials are displayed only once. Copy and store them securely immediately. </Note>

#### Step 2: Enter credentials in Nango

Once you have your **Client ID** and **Client Secret**:

1. Open the form where you need to authenticate with Domo.
2. Enter your **Client ID** and **Client Secret** in their respective fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/iPGr5___c2zS0K3u/api-integrations/domo/form.png?fit=max&auto=format&n=iPGr5___c2zS0K3u&q=85&s=10209036d931e84f2eb0907daca86831" style={{maxWidth: "450px" }} width="500" height="699" data-path="api-integrations/domo/form.png" />

You are now connected to Domo.
