{ "opencollection": "1.0.0", "info": { "name": "Truphone (1GLOBAL) IoT Portal Connectivity Devices API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "List devices", "type": "http" }, "http": { "method": "GET", "url": "https://iot.truphone.com/api/v2.2/devices" }, "docs": "List connected devices." }, { "info": { "name": "Get a device", "type": "http" }, "http": { "method": "GET", "url": "https://iot.truphone.com/api/v2.2/devices/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a device's configuration." }, { "info": { "name": "Update a device", "type": "http" }, "http": { "method": "PATCH", "url": "https://iot.truphone.com/api/v2.2/devices/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a device's settings." } ] } ], "bundled": true }