Speaker

API to manage speaker devices.

List speaker.

get

List all available speaker resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Speaker Success Response

application/json
get
/clip/v2/resource/speaker

Get speaker.

get

Get details of a single speaker resource from its given {speakerId}.

Authorizations
hue-application-keystringRequired
Path parameters
speakerIdstringRequired

ID of the speaker

Responses
chevron-right
200

Speaker Success Response

application/json
get
/clip/v2/resource/speaker/{speakerId}

Update speaker.

put

Update a single speaker resource from its given {speakerId}.

Authorizations
hue-application-keystringRequired
Path parameters
speakerIdstringRequired

ID of the speaker

Body
typestringOptional

Type of the supported resources (always speaker here)

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/speaker/{speakerId}

Last updated

Was this helpful?