Get device firmware
GET
/api/v1/integrations/devices/{serial_number}/firmwareDevicesReturns current firmware details for a device in the account resolved from the Bearer token.
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 | Firmware payload in `data` (`serial_number`, `device_model`, `current_version`, `latest_version`, `upgrade_available`). |
| 401 | Unauthorized - invalid or missing Bearer token. |
| 404 | Account or device not found. |
Response payload
Success response (200)
Example
Last updated on