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

The response is of type object.