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

# YouCanBookMe - How do I link my account?

# Overview

To authenticate with YouCanBookMe, you need three pieces of information:

1. **Account ID** - A UUID that uniquely identifies your YouCanBookMe account.
2. **API Key** - A key starting with `ak_` that grants Nango access to your YouCanBookMe account.
3. **Subdomain** - The prefix of your YouCanBookMe booking URL (e.g. `mycompany` from `mycompany.youcanbook.me`).

This guide will walk you through finding all three credentials in YouCanBookMe.

### Prerequisites:

* You must have a registered YouCanBookMe account.
* If you are on a Team plan, you will need the **Organization Owner's** API key.

### Instructions:

#### Step 1: Finding your account ID and API key

1. Log in to your YouCanBookMe account.
2. Navigate to [Account Security settings](https://app.youcanbook.me/#/account/security).
3. You will find your **Account ID** (a UUID) and your **API Key** (starting with `ak_`) on this page.

<img src="https://mintcdn.com/nango/hvnqZR2vFJHBcqZ1/api-integrations/youcanbook-me/generate_api_key.png?fit=max&auto=format&n=hvnqZR2vFJHBcqZ1&q=85&s=9f7af2dca99f69b4b5795fa06bdcc6b6" width="1905" height="816" data-path="api-integrations/youcanbook-me/generate_api_key.png" />

<Tip>If you are part of a Team plan, you must use the Organization Owner's API key — your own key will not work.</Tip>

<a id="step-2-finding-your-subdomain" />

### Step 2: Finding your subdomain

Your subdomain is the part of your YouCanBookMe booking URL before `.youcanbook.me`. For example, if your booking page is at `mycompany.youcanbook.me`, your subdomain is `mycompany`.

You can find it by opening any of your booking pages and copying the prefix from the URL.

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

Once you have your **Account ID**, **API key**, and **subdomain**:

1. Open the form where you need to authenticate with YouCanBookMe.
2. Enter your **Account ID**, **API key**, and **subdomain** in their respective fields.
3. Submit the form and you will be successfully authenticated.

<img src="https://mintcdn.com/nango/MWhQPP4AqSYjI3M6/api-integrations/youcanbook-me/form.png?fit=max&auto=format&n=MWhQPP4AqSYjI3M6&q=85&s=d49a376c7656f7b53cb2694c1e90aa43" style={{maxWidth: "450px" }} width="1000" height="1214" data-path="api-integrations/youcanbook-me/form.png" />

You are now connected to YouCanBookMe.
