{ "opencollection": "1.0.0", "info": { "name": "BNY Mellon Treasury Services Accounts API", "version": "4.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.bnymellon.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.bnymellon.com/treasury/v4/accounts", "params": [ { "name": "currency", "value": "", "type": "query", "description": "Filter accounts by currency (ISO 4217)" }, { "name": "accountType", "value": "", "type": "query", "description": "Filter by account type" } ] }, "docs": "Retrieve a list of accounts accessible to the authenticated client." }, { "info": { "name": "Get Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.bnymellon.com/treasury/v4/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account identifier" } ] }, "docs": "Retrieve details for a specific account." } ] } ], "bundled": true }