POST
Subscribe Device
This API will subscribe a device to real-time events, if you are allowed access.
NOTE: this API requires Client Credentials authentication.
Valid subsystem types:
- "TCC" - Round Smart Thermostats
- "lcc" - T-Series Thermostats
- "wld" - Water Leak Detector
- "das" - Smart Home Security
- "camera" - Awareness Cameras
Example curl for Water Leak Detector:
curl -X POST \ 'https://api.honeywell.com/v3/events/subscribe/subsystem/wld/mac/a15b7da4-3d19-4869-a48e-3cb4cf7f9fc7?apikey=apikeyhere' \ -H 'authorization: Bearer q1PvOeq0mqb6QwJDo1SBpCMF9kC6' \ -H 'cache-control: no-cache'
Example curl for Smart Home Security:
curl -X POST \ 'https://api.honeywell.com/v3/events/subscribe/subsystem/das/mac/B82CA0032222?apikey=apikeyhere' \ -H 'authorization: Bearer rxpeJExfTpg4ytEU4CKO7ZZ7wfG8' \ -H 'cache-control: no-cache'
Resource URL
https://api.honeywell.com /v3/events/subscribe/subsystem/{subsystem}/mac/{deviceId}
Query Parameters
Name | Values | Description |
---|---|---|
apikey |
API Key |
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
OAuth2 Client Credentials Token |
Request Body
subsystem Device Subsystem (e.g., 'Tcc', 'lcc', 'das')
deviceId Device ID, typically found in the GET locations API
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
Security |
Working...