GetDeviceSubscriptionState

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
  • "wld" - Water Leak Detector
  • "das" - Smart Home Security
  • "camera" - Awareness Cameras

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.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

HTTP Basic

OAuth 2.0

API Key

Reset

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

Working...