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]+$"alpha-bravo-charlie-delta"
Response
OK
The firmware version of the device.
"1.0.0"
The type of the device.
"haptics-stroker-2000"
The hardware revision of the device.
"1.0.0"
The factory activation time of the device. Epoch time in milliseconds.
1723251774000
Device serial number. One-time write access on factory during registration.
"0000000000000001"
The user activation time of the device. Epoch time in milliseconds.
1723251774000
Firmware update status.
up-to-date, update-available, update-required "up-to-date"