v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB

get/v1/ledger_entries

Query parameters

afterstring

Use a ledger entry ID to retrieve records that come after the specified one.

beforestring

Use a ledger entry ID to retrieve records that come before the specified one.

per_pageinteger

The number of records to return.

statusstring

Use this query parameter to filter ledger entries by status. Valid values are pending, posted, or archived.

ledger_account_idstring

Returns all ledger entries associated with a specific ledger account.

directionstring

Retrieves all ledger entries that match the specified direction.

ledger_transaction_idstring

Returns all ledger entries linked to a specific ledger transaction.

id[]string[]

To retrieve specific records in bulk, pass their IDs as query parameters using id[]. For example: ?id[]=123&id[]=456.