Skip to main content

Gets firmware file

GET 

https://apis.<domain>/iot/ota/:initId

Authorization: http

name: thingAuthtype: httpscheme: bearerdescription: * 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://apis.<domain>/iot/ota/:initId' \
-H 'Accept: application/octet-stream' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://apis.<domain>
Auth
Parameters
— pathrequired