{ "opencollection": "1.0.0", "info": { "name": "Broadridge Wealth Management Accounts Positions API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.broadridge.example.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Positions", "type": "folder" }, "items": [ { "info": { "name": "Get account positions", "type": "http" }, "http": { "method": "GET", "url": "https://api.broadridge.example.com/wealth/v1/accounts/:accountNumber/positions", "params": [ { "name": "accountNumber", "value": "", "type": "path" }, { "name": "asOfDate", "value": "", "type": "query" }, { "name": "assetClass", "value": "", "type": "query" } ] }, "docs": "Retrieve all securities holdings/positions in an account." } ] } ], "bundled": true }