{ "opencollection": "1.0.0", "info": { "name": "SolarEdge Monitoring Account API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Accounts List", "type": "http" }, "http": { "method": "GET", "url": "https://monitoringapi.solaredge.com/accounts/list", "params": [ { "name": "size", "value": "", "type": "query", "description": "The maximum number of items returned in a page (max 100)." }, { "name": "startIndex", "value": "", "type": "query", "description": "The first item index to return (zero-based), for pagination." }, { "name": "searchText", "value": "", "type": "query" }, { "name": "sortProperty", "value": "", "type": "query" }, { "name": "sortOrder", "value": "", "type": "query" } ] }, "docs": "Returns the account and list of sub-accounts related to the given token, for accounts with a sub-account hierarchy." } ] } ], "bundled": true }