{ "opencollection": "1.0.0", "info": { "name": "BNY Mellon Treasury Services Accounts Transactions 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": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.bnymellon.com/treasury/v4/accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account identifier" }, { "name": "fromDate", "value": "", "type": "query", "description": "Start date (ISO 8601)" }, { "name": "toDate", "value": "", "type": "query", "description": "End date (ISO 8601)" }, { "name": "limit", "value": "", "type": "query", "description": "Page size" } ] }, "docs": "Retrieve transaction history for a specific account." } ] } ], "bundled": true }