Device
NextDifferent device UUID
GET /nextdifferent-uuid
Description
Returns the unique device UUID v4, used to store labelled data for the given device in our systems.
Response
{
"nextDifferentUUID": xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
}Device Name
GET /device-name
Description
Returns the unique human-friendly device name (i.e. white-rabbit), useful to easily recognize the device.
Response
{
"deviceName": <str>
}System Status
GET /system-status
Description
Returns a JSON containing various details about the device’s status, including internet connectivity, the number of connected peripherals, their current state, and information on data collection processes.
Response
Last updated