{ "opencollection": "1.0.0", "info": { "name": "TD Bank Account Basic Accounts Apps 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": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List Apps", "type": "http" }, "http": { "method": "GET", "url": "https://api.openbanking.amcb.developer.td.com/fdx/v6/apps" }, "docs": "List Apps" }, { "info": { "name": "Create App", "type": "http" }, "http": { "method": "POST", "url": "https://api.openbanking.amcb.developer.td.com/fdx/v6/apps", "body": { "type": "json", "data": "{}" } }, "docs": "Create App" }, { "info": { "name": "Get App", "type": "http" }, "http": { "method": "GET", "url": "https://api.openbanking.amcb.developer.td.com/fdx/v6/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path" } ] }, "docs": "Get App" }, { "info": { "name": "Update App", "type": "http" }, "http": { "method": "PUT", "url": "https://api.openbanking.amcb.developer.td.com/fdx/v6/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update App" } ] } ], "bundled": true }