List bank transactions
Bank transactions in a date window (default: the last 30 days), newest first, with each row’s categorization and whether it still needs human review. Filter with category (a ledger account number from GET /accounts) to see everything filed under one account, or search for a case-insensitive substring match on the descriptor and merchant. This is the raw money stream the books are built from — use it for spend questions, per-merchant digs, and review queues.
Authorizations
Cherry API key, created in the app. Sent as Authorization: Bearer ck_live_….
Query Parameters
Page size, 1-200. Default 50.
1 <= x <= 200Row offset. Pass the previous page's meta.pagination.nextOffset to fetch the next page; nextOffset is null once the last page is reached.
x >= 0Window start, YYYY-MM-DD (default 30 days ago).
Window end, YYYY-MM-DD (default today).
Only rows categorized to this ledger account number.
Case-insensitive substring match on descriptor/merchant.
200