{ "opencollection": "1.0.0", "info": { "name": "TD Bank Account Basic Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.openbanking.amcb.developer.td.com/oauth/v1/authorize", "accessTokenUrl": "https://api.openbanking.amcb.developer.td.com/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Consented Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.openbanking.amcb.developer.td.com/fdx/v6/accounts", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List Consented Accounts" }, { "info": { "name": "Get Account Detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.openbanking.amcb.developer.td.com/fdx/v6/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Get Account Detail" }, { "info": { "name": "Get Account Contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.openbanking.amcb.developer.td.com/fdx/v6/accounts/:accountId/contact", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Get Account Contact" } ] } ], "bundled": true }