Skip to main content
GET
List ledger accounts
Returns every ledger account configured in your organization. Each account includes its current balance, currency, and type classification. Ledger accounts follow double-entry accounting principles and are used to track revenue, liabilities, and receivables.

Example Request

Response

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Query Parameters

limit
integer
default:1000

Max rows returned (clamped to 1000).

Required range: x <= 1000
offset
integer

Rows to skip, for paging past the clamp.

Required range: x >= 0

Response

Ledger accounts.

data
object[]