GET
/
devices
/
status
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"
}

Response

200
application/json
Successful response
device_id
string

Unique identifier of the device.

status
string

Current operational status of the device.

last_active
string

Timestamp of the last recorded activity.