For the complete documentation index, see llms.txt. This page is also available as Markdown.

Device

API to manage devices. Devices have device level properties and offer services such as light. Bridge device cannot be deleted.

List devices

get

List all available devices

Authorizations
hue-application-keystringRequired
Responses
200

Device Success Response

application/json
get/clip/v2/resource/device

Get device

get

Get details of a single device from its given {deviceId}.

Authorizations
hue-application-keystringRequired
Path parameters
deviceIdstringRequired

ID of the device

Responses
200

Device Success Response

application/json
get/clip/v2/resource/device/{deviceId}

Update device

put

Update a single device from its given {deviceId}.

Authorizations
hue-application-keystringRequired
Path parameters
deviceIdstringRequired

ID of the device

Body
typestring · enumOptionalPossible values:
Responses
200

Success

application/json
put/clip/v2/resource/device/{deviceId}

Delete Device

delete

Delete a single Device from its given {deviceId}. The bridge device cannot be deleted.

Authorizations
hue-application-keystringRequired
Path parameters
deviceIdstringRequired

ID of the Device

Responses
200

Success

application/json
delete/clip/v2/resource/device/{deviceId}

Last updated

Was this helpful?