{ "opencollection": "1.0.0", "info": { "name": "Eaton Smart Breaker Authorization Organizations 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": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.em.eaton.com/api/v1/organizations" }, "docs": "List Organizations" }, { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.em.eaton.com/api/v1/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path" } ] }, "docs": "Get Organization" } ] } ], "bundled": true }