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
- 200
- 401
- 404
- 500
Firmware binary file
- application/octet-stream
- Schema
Schema
- string binary
Missing or invalid thing key provided
Firmware not found
Unexpected server-side error occurred
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://connhex.com/iot/ota/:initId' \
-H 'Accept: application/octet-stream' \
-H 'Authorization: Bearer <TOKEN>'