Homekit

API to manage Apple HomeKit integration.

List HomeKit.

get

List all available HomeKit resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Homekit Success Response

application/json
get
/clip/v2/resource/homekit

Get homekit.

get

Get details of a single homekit resource from its given {homekitId}.

Authorizations
hue-application-keystringRequired
Path parameters
homekitIdstringRequired

ID of the homekit

Responses
chevron-right
200

Homekit Success Response

application/json
get
/clip/v2/resource/homekit/{homekitId}

Update homekit.

put

Update a single homekit resource from its given {homekitId}.

Authorizations
hue-application-keystringRequired
Path parameters
homekitIdstringRequired

ID of the homekit

Body
typestringOptional

Type of the supported resources (always homekit here)

actionstring · enumOptional

Action to trigger on the HomeKit integration.

Possible values:
Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/homekit/{homekitId}

Last updated

Was this helpful?