Retrieve Debug 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 debug information of the device.
The free heap size of the device in bytes.
100000
The external flash size of the device in bytes.
100000
Whether debug logging is currently enabled on the device. When true,
the device emits DEBUG_LOG frames (frame type 21) over the WebSocket
containing a DebugLogMessage { message: string } protobuf payload.
false