---
title: "List Bookkeeping Accounts"
method: GET
path: "/bookkeeping_accounts"
---

# List Bookkeeping Accounts

`GET /bookkeeping_accounts`

## Query parameters

- `cursor` string — Return the page of entries after this one.
- `limit` integer — Limit the size of the list that is returned. The default (and maximum) is 100 objects.
- `idempotency_key` string — Filter records to the one with the specified `idempotency_key` you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).

## Response `200`

Bookkeeping Account List

- BookkeepingAccountList — A list of Bookkeeping Account objects.
  - `data` BookkeepingAccount[], required — The contents of the list.
    - `account_id` string, nullable, required — The API Account associated with this bookkeeping account.
    - `compliance_category` 'commingled_cash' | 'customer_balance', nullable, required — The compliance category of the account.
    - `entity_id` string, nullable, required — The Entity associated with this bookkeeping account.
    - `id` string, required — The account identifier.
    - `idempotency_key` string, nullable, required — The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
    - `name` string, required — The name you choose for the account.
    - `type` 'bookkeeping_account', required — A constant representing the object's type. For this resource it will always be `bookkeeping_account`.
  - `next_cursor` string, nullable, required — A pointer to a place in the list.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.dev/increase/apis/increase-api.md) · [All operations](https://skmtc.dev/increase/apis/increase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/increase/increase-api/revisions/ff1d99efd9ee/schema)
