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

# 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-marcin-get-deployments-docs/VQPEYczYkyQcDMBH/api-integrations/bliro/create_application.png?fit=max&auto=format&n=VQPEYczYkyQcDMBH&q=85&s=d0260d8784c7c2f5ffdf767bec5d565f" 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-marcin-get-deployments-docs/VQPEYczYkyQcDMBH/api-integrations/bliro/application_credentials.png?fit=max&auto=format&n=VQPEYczYkyQcDMBH&q=85&s=c153de12150cdb378693afb203a110c6" 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-marcin-get-deployments-docs/VQPEYczYkyQcDMBH/api-integrations/bliro/form.png?fit=max&auto=format&n=VQPEYczYkyQcDMBH&q=85&s=a49f4026320d0b80201431077afff83e" style={{maxWidth: "450px" }} width="500" height="699" data-path="api-integrations/bliro/form.png" />

You are now connected to Bliro.
