Upgrade device firmware
POST
/api/v1/integrations/devices/{serial_number}/firmware/upgradeDevicesStarts an upgrade to the latest firmware when available for the device model.
Authentication
Bearer access token (Okta)Content-Type
application/jsonPath parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
serial_number | string | Yes | Device serial number. |
Responses
| HTTP | Description |
|---|---|
| 200 | Upgrade accepted in `data` (`serial_number`, `target_version`, `status`, `message`). |
| 400 | Invalid upgrade request state. |
| 401 | Unauthorized - invalid or missing Bearer token. |
| 404 | Account/device not found or latest version not found. |
| 500 | Unable to initiate firmware upgrade. |
Response payload
Success response (200)
Example
Last updated on