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

# 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/OopOHylv8Ran6VC-/api-integrations/rydoo/users.png?fit=max&auto=format&n=OopOHylv8Ran6VC-&q=85&s=dc4f42d4c764bc6c101a05a623f0f33c" 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/OopOHylv8Ran6VC-/api-integrations/rydoo/dashboard.jpg?fit=max&auto=format&n=OopOHylv8Ran6VC-&q=85&s=262675e541d295ad8f5444975f49b1ec" 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/OopOHylv8Ran6VC-/api-integrations/rydoo/create_oauth_client.jpg?fit=max&auto=format&n=OopOHylv8Ran6VC-&q=85&s=b08c05f4584dac15b46dc8f5a0110b69" 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/OopOHylv8Ran6VC-/api-integrations/rydoo/form.png?fit=max&auto=format&n=OopOHylv8Ran6VC-&q=85&s=3d4702f8406dd746175f1daffbac9f53" style={{maxWidth: "450px" }} width="499" height="698" data-path="api-integrations/rydoo/form.png" />

You are now connected to Rydoo.
