GET /v2/devices
Returns all devices belonging to the authenticated customer.
curl -k https://api.illumience.com:11443/v2/devices \
-H "Authorization: Bearer <api_key>"{
"total": 2,
"devices": [
{
"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"
},
{
"device_id": 4522,
"mac": "112233445566",
"active_status": "inactive",
"nickname": "Site Bravo",
"lat": null,
"long": null,
"sw_version": null,
"cl_version": null
}
]
}Field
Type
Description
Field
Type
Description
Last updated