Check for firmware update
GET/v1/sdk/firmware/check
Returns the latest firmware version for the given hardware_model scoped to the authenticated SDK app (or global firmware when no app-scoped version exists).
When a newer version is available compared to current_version (semver X.Y.Z), update_available is true and firmware metadata is included. Returns update_available: false when already up to date or no firmware record is found.
Requires S3 OTA storage to be configured; returns 503 otherwise.
Request
Responses
- 200
- 401
- 503
Firmware check result
Missing or invalid SDK identity
OTA firmware storage not configured on this server