{ "opencollection": "1.0.0", "info": { "name": "Octopus Energy Public Consumption GasMeterPoints API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "GasMeterPoints", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a Gas Meter Point", "type": "http" }, "http": { "method": "GET", "url": "https://api.octopus.energy/v1/gas-meter-points/:mprn/", "params": [ { "name": "mprn", "value": "", "type": "path", "description": "Meter Point Reference Number for gas." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a Gas Meter Point" } ] } ], "bundled": true }