Lists all of an Instance’s Ledgers.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Teal instance ID
Optional ledger type used for filtering.
asset, liability, equity, revenue, expense Optional ledger sub type used for filtering.
current_assets, non-current_assets, transfers_between_accounts, uncategorized_assets, current_liabilities, non-current_liabilities, equity, operating_revenues, other_income, cost_of_goods_sold, operating_expenses, other_expenses, retained_earnings Optional financial account type used for filtering.
bank_account, credit_card, payments, payroll, loan, prepaid_card, accounts_receivable, accounts_payable, treasury, investment Optional ledger debit/credit used for filtering.
debit, credit A comma separated list of sort orders for the results.
name, -name, type, -type, sub_type, -sub_type, debit_credit, -debit_credit Comma-separated list of Ledger expand paths.
parent, parent.parent, details The number of records to return. Max limit is 1000.
x >= 1Opaque page token
Successful Response
The token to use to request the next page
"ikal0NEVfMhF8dJf4yQ6KQZmGD"
The token to use to request the previous page
"vuA7JeKI5c6FLnPt5JfRcZcJxW"
List of ledgers
[
{
"created_at": "2024-01-01T00:00:00",
"debit_credit": "debit",
"editable": false,
"financial_account_type": "bank_account",
"id": "7JRNsKwy2Lw66caxVU7WGC",
"is_required": false,
"name": "Pluto Checking 4242",
"report_cash_flow": true,
"sort_code": "2240",
"sub_type": "current_assets",
"type": "asset"
}
]