/transactions/getGet transaction data
Retrieves authorized transaction data for an Item, including standardized account and transaction information. Supply start_date and end_date to define the date range, and use options.count and options.offset to paginate results in reverse-chronological order. Prefer POST /transactions/sync for new implementations and use the transaction update webhooks to detect when data is ready.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Request data for retrieving an Item's accounts and transactions within a specified date range.
access_token, start_date, and end_date are required. start_date and end_date must use YYYY-MM-DD format, options.count must be between 1 and 500, options.offset must be zero or greater, and options.personal_finance_category_version must be v1 or v2 when provided. Any options.account_ids must belong to the Item.