Retrieve a paginated list of bank statements. Supports filtering by status, date, account, and finding children of split parent statements.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number, 0 indexed.
x >= 0Number of records per page.
1 <= x <= 500created_at, period_start, period_end asc, desc Filter by statement status (including SPLIT for parent statements)
submitted, processing, invalid, pending_approval, approved, split Filter by date - returns statements where this date falls within the period
Search in attachment filename
Filter by bank account ID
Find child statements of a split parent