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

# Yokoy - How do I link my account?

# Overview

To authenticate with the Yokoy API, you will need:

1. **Environment** - Whether you're connecting to Yokoy's production or test environment
2. **Organization ID** - Your Yokoy organization ID
3. **Client ID** - Your OAuth client ID
4. **Client Secret** - Your OAuth client secret

This guide walks you through finding each of these values.

### Prerequisites

* A Yokoy account with the developer user role (or ask your Yokoy contact to grant you access to the Developer section)

### Instructions

#### Step 1: Generate your client credentials

1. Sign in to the Yokoy app.
2. Go to **Admin** > **Developer** (at the bottom of the Admin menu).
3. Click **Generate credentials**, then choose **OAuth Credentials** and click **Generate credentials** again.
4. Enter a unique name to identify these credentials, then click **Next**.
5. Copy the **Client ID** and **Client Secret** shown and store them somewhere secure.

#### Step 2: Find your organization ID

Your organization ID identifies your organization within Yokoy. Ask your Yokoy contact if you don't already have it.

#### Step 3: Choose your environment

Use `yokoy.ai` to connect to Yokoy's production environment, or `test.yokoy.ai` to connect to Yokoy's test environment.

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

1. Open the form where you need to authenticate with Yokoy.
2. Enter your **Environment**, **Organization ID**, **Client ID**, and **Client Secret** in their respective fields.
3. Submit the form to connect your account.

<img src="https://mintcdn.com/nango/yORPEhUPc2yN7HUO/api-integrations/yokoy/form.png?fit=max&auto=format&n=yORPEhUPc2yN7HUO&q=85&s=76ecad43c73126b2acd9809999b4c549" style={{maxWidth: "450px" }} width="498" height="700" data-path="api-integrations/yokoy/form.png" />

You are now connected to the Yokoy API.

***
