{ "opencollection": "1.0.0", "info": { "name": "Chase Account Aggregation User Consent Accounts Transactions API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.chase.com/oauth2/authorize", "accessTokenUrl": "https://api.chase.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List account transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.chase.com/aggregation/consent/accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "startTime", "value": "", "type": "query" }, { "name": "endTime", "value": "", "type": "query" } ] }, "docs": "List account transactions" } ] } ], "bundled": true }