Skip to Content
edgebootDevicesFirmwareGet device firmware

Get device firmware

GET/api/v1/integrations/devices/{serial_number}/firmwareDevices

Returns current firmware details for a device in the account resolved from the Bearer token.

Authentication
Bearer access token (Okta)
Content-Type
application/json

Path parameters

ParameterTypeRequiredDescription
serial_numberstringYesDevice serial number.

Responses

HTTPDescription
200Firmware payload in `data` (`serial_number`, `device_model`, `current_version`, `latest_version`, `upgrade_available`).
401Unauthorized - invalid or missing Bearer token.
404Account or device not found.

Response payload

Success response (200)

Example

Last updated on