cURL
curl --request GET \ --url https://api.hapticsconnect.com/device/debug/info \ --header 'Authorization: Bearer <token>'
{ "free_heap_size": 100000, "external_flash_size": 100000 }
Retrieve detailed information about the device.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
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.