---
title: "List Ledger Accounts"
method: GET
path: "/api/external/v2/ledger_accounts"
tags: ["Ledger Accounts"]
---

# List Ledger Accounts

`GET /api/external/v2/ledger_accounts`

List Ledger Accounts


> ℹ️
> This endpoint requires one of the following scopes: `ledger_accounts:readonly`, `ledger_accounts:all`

## Query parameters

- `cursor` string
- `limit` integer
- `filter` string
- `sort` string

## Response `200`

Returns a list of ledger accounts

- object
  - `items` object[], required
    - `id` integer, required
    - `number` string, required
    - `label` string, required
    - `vat_rate` string, required — Ledger Account's VAT rate in percentage
    - `country_alpha2` string, required — Ledger Account's country code (alpha2)
    - `enabled` boolean, required
    - `type` string, required
    - `letterable` boolean, required
    - `created_at` string, date-time, required — The time the ledger account has been created
    - `updated_at` string, date-time, required — The last time the ledger account has been updated
  - `has_more` boolean, nullable, required — Indicates whether additional results are available beyond this set. Use this flag to determine if another request is needed.
  - `next_cursor` string, nullable, required — Cursor to retrieve the next set of results. Include this value in the cursor parameter of your next request to fetch subsequent items. A `null` `next_cursor` in the response indicates no further results.

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/revisions/a5b7236473c6/schema)
