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

# Rydoo - How do I link my account?

# Overview

To authenticate with Rydoo, you need:

1. **Client ID** – The public identifier for your Rydoo 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 generating your Rydoo client credentials.

### Prerequisites

* API access must be enabled on your account. Contact your Customer Success Manager or email [connect@rydoo.com](mailto:connect@rydoo.com) to request this.

### Instructions

#### Step 1: Generate client credentials

1. Go to **Admin** → **Users**, find the user responsible for API access, open their **Roles** settings, enable the **API Manager** toggle, and click **Save**.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/z-j7z5TZWW1x6Vpo/api-integrations/rydoo/users.png?fit=max&auto=format&n=z-j7z5TZWW1x6Vpo&q=85&s=1bc316fc0e1bc9dbe6831d93908e0c72" width="607" height="634" data-path="api-integrations/rydoo/users.png" />

2. Go to **Admin** → **API Credentials** and click **Create credentials**.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/z-j7z5TZWW1x6Vpo/api-integrations/rydoo/dashboard.jpg?fit=max&auto=format&n=z-j7z5TZWW1x6Vpo&q=85&s=00079b7c5607c2261338321aa358751c" width="1568" height="819" data-path="api-integrations/rydoo/dashboard.jpg" />

3. The system will generate a **Client ID** and **Client Secret**. Set the scopes per data type (Full access, Read-only, Write-only, or Disabled), enter a **name** and **contact email**, then click **Save**.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/z-j7z5TZWW1x6Vpo/api-integrations/rydoo/create_oauth_client.jpg?fit=max&auto=format&n=z-j7z5TZWW1x6Vpo&q=85&s=55c6b3f254708041d0c50db606a4b9a5" width="582" height="995" data-path="api-integrations/rydoo/create_oauth_client.jpg" />

<Note>
  Copy and save the **Client Secret** immediately — it is only shown once. If you lose it, you can reset it from the same page and a new one will be generated.
</Note>

#### Step 2: Enter credentials in Nango

1. Open the form where you need to authenticate with Rydoo.
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-marcin-get-deployments-docs/z-j7z5TZWW1x6Vpo/api-integrations/rydoo/form.png?fit=max&auto=format&n=z-j7z5TZWW1x6Vpo&q=85&s=26d57beac38a404104ebed9361564619" style={{maxWidth: "450px" }} width="499" height="698" data-path="api-integrations/rydoo/form.png" />

You are now connected to Rydoo.
