{ "opencollection": "1.0.0", "info": { "name": "TD Bank Account Basic Accounts Payees 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": "Payees", "type": "folder" }, "items": [ { "info": { "name": "List Bill Pay Payees", "type": "http" }, "http": { "method": "GET", "url": "https://api.openbanking.amcb.developer.td.com/fdx/v6/accounts/:accountId/payees", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "List Bill Pay Payees" } ] } ], "bundled": true }