{ "opencollection": "1.0.0", "info": { "name": "Chase Account Aggregation User Consent Accounts Customers 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": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Get the current authenticated customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.chase.com/aggregation/consent/customers/current" }, "docs": "Get the current authenticated customer" } ] } ], "bundled": true }