Skip to main content

Gets firmware file

GET 

/iot/ota/:initId

Authorization: http

name: thingAuthtype: httpscheme: bearerbearerFormat: uuiddescription: * Things access: "Authorization: Thing <thing_key>"

Downloads firmware binary file for OTA updates

Request

Path Parameters

    initId stringrequired

    Device initialization ID

Responses

Firmware binary file

Schema
  • string binary
curl -L -X GET 'https://connhex.com/iot/ota/:initId' \
-H 'Accept: application/octet-stream' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Auth
Parameters
— pathrequired