{ "opencollection": "1.0.0", "info": { "name": "Arduino IoT Cloud binaries_v2 network_credentials_v1 API", "version": "2.0" }, "items": [ { "info": { "name": "network_credentials_v1", "type": "folder" }, "items": [ { "info": { "name": "show network_credentials_v1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/iot/v1/network_credentials/:type", "params": [ { "name": "connection", "value": "", "type": "query", "description": "Connection used by the device" }, { "name": "type", "value": "", "type": "path", "description": "Device type" } ] }, "docs": "Show required network credentials depending on device type" }, { "info": { "name": "showByDevice network_credentials_v1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/iot/v1/network_credentials/:type/connections", "params": [ { "name": "type", "value": "", "type": "path", "description": "Device type" } ] }, "docs": "Show available connection types depending on device type" } ] } ], "bundled": true }