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

# Bliro - How do I link my account?

# Overview

To authenticate with Bliro, you will need:

1. **Client ID** - A unique identifier for your client application.
2. **Client Secret** - A secret key used alongside your Client ID to obtain access tokens.

This guide will walk you through creating a client application in the Bliro Admin Dashboard.

### Prerequisites

* You must have a Bliro account with **admin** privileges and **API access** enabled.

### Instructions

#### Step 1: Creating a client application

1. Log in to your Bliro account and navigate to [API Access Settings](https://app.bliro.io/orgs/settings/clients).
2. Click **Create Client Application**.

<img src="https://mintcdn.com/nango/MX94lJo_JjaasGd3/api-integrations/bliro/create_application.png?fit=max&auto=format&n=MX94lJo_JjaasGd3&q=85&s=13d865dc3f3f799a9a541a4d61ccc389" width="2862" height="878" data-path="api-integrations/bliro/create_application.png" />

3. Save the application — a **Client ID** and **Client Secret** will be generated for you.

<img src="https://mintcdn.com/nango/MX94lJo_JjaasGd3/api-integrations/bliro/application_credentials.png?fit=max&auto=format&n=MX94lJo_JjaasGd3&q=85&s=4ce0c9a515fcedf20da5f2862dd38c2b" width="2366" height="1344" data-path="api-integrations/bliro/application_credentials.png" />

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

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

1. Open the form where you need to authenticate with Bliro.
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/MX94lJo_JjaasGd3/api-integrations/bliro/form.png?fit=max&auto=format&n=MX94lJo_JjaasGd3&q=85&s=4b033d1b9bb6a1d6dfbb8637898b2901" style={{maxWidth: "450px" }} width="500" height="699" data-path="api-integrations/bliro/form.png" />

You are now connected to Bliro.
