# Transactions and Balances with Kolo

{% hint style="info" %}
Note:

This is a beta, and so things may be a bit flaky at the edges. We are always grateful to have your feedback to make things better.
{% endhint %}

## Introduction&#x20;

[Kolo](https://lsq.li/kolo?s=documentation) is a financial management application that consolidates all your bank accounts into a single platform. With Kolo, users can view balances, transactions, categorize spending, and much more. Our API extends these functionalities, allowing developers to integrate Kolo’s features into their applications. This API enables the tracking of bank balances and transactions, giving you a glimpse of your customers financial health.&#x20;

## Getting Started&#x20;

To use the Kolo API, customers need to:&#x20;

* **Create an Account**: Users must sign up for an account with [Kolo](https://lsq.li/kolo-app?s=documentation).&#x20;
* **Grant Permissions**: Users need to authorize the API to access their bank account information.

<figure><img src="https://4164090298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeoNiHAkAEXQfhjK8Kqfa%2Fuploads%2FkjAMT1dVckZiIJmCc8Qk%2Fimage.png?alt=media&#x26;token=29af3e15-e968-4fab-b7ab-945fbd5819b1" alt=""><figcaption><p>Kolo permissions page</p></figcaption></figure>

## Authentication&#x20;

The Kolo API uses OAuth 2.0 for authentication.&#x20;

Ensure that you have valid credentials and have completed the necessary authorization steps to interact with the endpoints.
