{ "opencollection": "1.0.0", "info": { "name": "Chase Account Aggregation User Consent Accounts Tax Forms 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": "Tax Forms", "type": "folder" }, "items": [ { "info": { "name": "List tax forms for an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.chase.com/aggregation/consent/accounts/:accountId/tax-forms", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "List tax forms for an account" } ] } ], "bundled": true }