Retrieve Device Information
Retrieve detailed information about the device.
Authorizations
Short-lived session token obtained from POST /api/sessions/v2.
Send it as Authorization: Bearer <session_token> together with the X-Device-Key: <device-key> header identifying the target device.
Headers
Device Key (4 BIP39 words) identifying the target device.
Obtain it from POST /device/otp/confirm/v2.
^[a-z]+-[a-z]+-[a-z]+-[a-z]+$"orbit-ranch-silver-tomato"
Response
OK
The firmware version of the device.
"1.0.0"
The type of the device.
"melody"
The hardware revision of the device.
"1.0.0"
The factory activation time of the device. Unix epoch time in seconds (uint32).
1723251774
Device serial number. Written once at the factory during registration.
"1234567890123456"
Firmware update status.
up-to-date, update-available, update-required "up-to-date"