{ "opencollection": "1.0.0", "info": { "name": "Eaton Smart Breaker Authorization Energy Data API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.em.eaton.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Energy Data", "type": "folder" }, "items": [ { "info": { "name": "Get Device Energy Telemetry", "type": "http" }, "http": { "method": "GET", "url": "https://api.em.eaton.com/api/v1/devices/:deviceId/energy", "params": [ { "name": "deviceId", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "interval", "value": "", "type": "query" } ] }, "docs": "Get Device Energy Telemetry" } ] } ], "bundled": true }