{ "opencollection": "1.0.0", "info": { "name": "TD Bank Account Basic Accounts Service Tokens 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": "Service Tokens", "type": "folder" }, "items": [ { "info": { "name": "Create Service Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.openbanking.amcb.developer.td.com/fdx/v6/service-token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "Create Service Token" } ] } ], "bundled": true }