GET
Get Device Subscription State
This API will return the current subscribed state of a device (if any).
NOTE: this API requires Client Credentials authentication.
Valid subsystem types:
- "TCC" - Round Smart Thermostats
- "lcc" - T-Series Thermostats working on the Resideo Smart Home app
- "wld" - Water Leak Detector
- "camera" - Awareness Cameras
- "ds" - First Alert App Devices
Example if device is not subscribed:
{
"code": 404,
"message": "Subscription not found for the given API key and device combination."
}
Example if device is subscribed:
{
"partnerId": "d42bd7c3-055e-4d42-9362-9a61e6da0958",
"referenceKey": "apiKeyHere",
"name": "App Test",
"subscribedSince": "2018-10-10T19:57:50.2146042Z"
}
Resource URL
https://api.honeywellhome.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 |
|
|
Content Type |
application/json |
|
Category |
Events |
Working...