{ "opencollection": "1.0.0", "info": { "name": "Urjanet Utility Cloud Authentication Credentials & Connections API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Credentials & Connections", "type": "folder" }, "items": [ { "info": { "name": "List or search utility providers", "type": "http" }, "http": { "method": "GET", "url": "https://api.urjanet.com/utility/providers", "params": [ { "name": "search", "value": "", "type": "query", "description": "Optional search term to filter providers." } ] }, "docs": "Query the list of supported utility providers, or search for a specific provider by name. Response schema not publicly documented in full." }, { "info": { "name": "Submit utility account credentials", "type": "http" }, "http": { "method": "POST", "url": "https://api.urjanet.com/utility/credentials" }, "docs": "Submit end-user utility account login credentials so the platform can connect to the utility provider and begin collecting data. Request schema not publicly documented in full." }, { "info": { "name": "List or search sites", "type": "http" }, "http": { "method": "GET", "url": "https://api.urjanet.com/utility/sites", "params": [ { "name": "search", "value": "", "type": "query", "description": "Optional search term to filter sites." } ] }, "docs": "Query or search the sites (locations) organizing utility data. Response schema not publicly documented in full." }, { "info": { "name": "Create a site", "type": "http" }, "http": { "method": "POST", "url": "https://api.urjanet.com/utility/sites" }, "docs": "Create a site (location) to organize utility data for a specific location. Request schema not publicly documented in full." } ] } ], "bundled": true }