Monitor real-time status and activity logs of connected devices.
curl --request GET \ --url https://dev.api.emerging.eco/emerging-platform/v1/devices/status
{ "device_id": "device-456", "status": "inactive", "last_active": "2024-01-01T08:30:00.000Z" }
Unique identifier of the device.
Current operational status of the device.
Timestamp of the last recorded activity.
Was this page helpful?