List bank imports
GET
https://app.speybooks.com/api/v1/bank-imports/Returns a paginated list of bank imports for the authenticated organisation, ordered by most recent first. Default pagination: page 1, 20 per page (max 100). Includes bank name and account details joined from the bank accounts table.
Query parameters
page integer optionalPage number. Default 1.
perPage integer optionalImports per page. Default 20, maximum 100.
Response
200 Paginated list of imports with bank name, filename, date range, row counts, and status.
Show response fields
imports array<object>Show child attributes
accountId stringbankName stringcreatedRows integerfilename stringid stringskippedRows integerstatus stringtotalRows integer