{ "opencollection": "1.0.0", "info": { "name": "EcoFlow IoT Open Platform Devices MQTT API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "accessKey", "value": "{{accessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "MQTT", "type": "folder" }, "items": [ { "info": { "name": "Get MQTT certificate", "type": "http" }, "http": { "method": "GET", "url": "https://api.ecoflow.com/iot-open/sign/certification" }, "docs": "Returns the MQTT broker connection parameters (broker url, port, protocol) and per-account credentials (certificateAccount / certificatePassword) used to subscribe to device quota/status streams and publish set commands over MQTT." } ] } ], "bundled": true }