Retrieve Device Status
Retrieve the current status of 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 current time of the device. Epoch time in milliseconds.
1723251774000
The current battery level of the device. Range: 0 to 100.
42
The current WiFi signal strength of the device. Range: -100 to 10 dB.
1
The current battery voltage.
3.7
Temperature reading from sensor 1 in Celsius.
22.5
Temperature reading from sensor 2 in Celsius.
23.1
Indicates if the device is connected to WiFi.
true
Indicates if the device is connected to BLE.
false
Charging status of the device.
- 0: Not charging
- 1: Charging
- 2: Charged
0