GET /v2/devices/{device_id}
Returns a single device. Only devices belonging to the authenticated customer are accessible.
curl -k https://api.illumience.com:11443/v2/devices/{device_id} \
-H "Authorization: Bearer <api_key>"Parameter
Type
Description
{
"device_id": 4521,
"mac": "aabbccddeeff",
"active_status": "active",
"nickname": "Site Alpha",
"lat": -33.918,
"long": 18.423,
"sw_version": "1.2.3",
"cl_version": "4.5.6"
}Code
Cause
Last updated