{ "opencollection": "1.0.0", "info": { "name": "Bank of America Accounts Transactions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.bankofamerica.com/accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique account identifier" }, { "name": "fromDate", "value": "", "type": "query", "description": "Start date for transaction history (ISO 8601)" }, { "name": "toDate", "value": "", "type": "query", "description": "End date for transaction history (ISO 8601)" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of transactions to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Retrieve a paginated list of transactions for a specific account within a date range." } ] } ], "bundled": true }