Contact

API to manage contact sensors.

List contact sensors.

get

List all available contact sensor resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Contact Success Response

application/json
get
/clip/v2/resource/contact

Get contact sensor.

get

Get details of a single contact sensor resource from its given {contactId}.

Authorizations
hue-application-keystringRequired
Path parameters
contactIdstringRequired

ID of the contact sensor

Responses
chevron-right
200

Contact Success Response

application/json
get
/clip/v2/resource/contact/{contactId}

Update contact sensor.

put

Update a single contact sensor resource from its given {contactId}.

Authorizations
hue-application-keystringRequired
Path parameters
contactIdstringRequired

ID of the contact sensor

Body
typestringOptional

Type of the supported resources (always contact here)

enabledbooleanOptional

True when sensor is activated, false when deactivated.

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/contact/{contactId}

Last updated

Was this helpful?