{ "opencollection": "1.0.0", "info": { "name": "IEC CIM 61968 Distribution Management Customers API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.utility.example.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List utility customers", "type": "http" }, "http": { "method": "GET", "url": "https://dms-gateway.utility.example.com/cim/61968/v1/customers", "params": [ { "name": "q", "value": "", "type": "query", "description": "Search query (name or address)" }, { "name": "accountNumber", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns utility customer accounts and service agreements. Supports search by name, address, or account number." } ] } ], "bundled": true }