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
chevron-right
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
chevron-right
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
chevron-right
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
chevron-right
200

Success

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

Last updated

Was this helpful?