Bridge

API to manage the bridge.

List bridges

get

List all available bridges

Authorizations
hue-application-keystringRequired
Responses
200

Bridge Success Response

application/json
Responseall of
get
/clip/v2/resource/bridge

Get bridge

get

Get details of a single bridge from its given {bridgeId}.

Authorizations
hue-application-keystringRequired
Path parameters
bridgeIdstringRequired

ID of the bridge

Responses
200

Bridge Success Response

application/json
Responseall of
get
/clip/v2/resource/bridge/{bridgeId}

Update bridge

put

Update a single bridge from its given {bridgeId}.

Authorizations
hue-application-keystringRequired
Path parameters
bridgeIdstringRequired

ID of the bridge

Body
typestring · enumOptionalPossible values:
Responses
200

Success

application/json
Responseall of
put
/clip/v2/resource/bridge/{bridgeId}

Last updated

Was this helpful?