v1

latestOpenAPI 3.1.12026-07-24260246894.7 KB
Bank Ledger Transactions

List bank ledger transactions

Endpoint for retrieving a list of bank ledger transactions.

get/bank-accounts/{bank_account_id}/ledger-transactions/

Path parameters

bank_account_idstring required

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}