Light

API to manage light services. These are offered by devices with lighting capabilities.

List lights.

get

List all available lights.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Light Success Response

application/json
get
/clip/v2/resource/light

Get light

get

Get details of a single light from its given {lightId}.

Authorizations
hue-application-keystringRequired
Path parameters
lightIdstringRequired

ID of the light

Responses
chevron-right
200

Light Success Response

application/json
get
/clip/v2/resource/light/{lightId}

Update light

put

Update a single light from its given {lightId}.

Authorizations
hue-application-keystringRequired
Path parameters
lightIdstringRequired

ID of the light

Body
typestringOptional

Type of the supported resources (always light here)

modestring · enumOptionalPossible values:
Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/light/{lightId}

Last updated

Was this helpful?