HTTPS Telemetry Cases

HTTPS Telemetry Cases

Zoho IoT provides a dedicated endpoint for specific communication needs while using the HTTPS protocol for device connectivity.
 
The typical structure for an endpoint in HTTPS configurations used in Zoho IoT is :

https://<app_url>/v1/iot/<endpoint>

To ensure proper configuration, it is highly recommended to use the endpoint as it is from the connection details page provided within the Zoho IoT application.

Each registered HTTPS device in Zoho IoT has a dedicated endpoint to transmit its data. Here's a brief explanation of how these endpoints function:
  • https://<app_url>/v1/iot/telemetry: This endpoint is designated for sending telemetry data from IoT devices to the application. Datapoints parse value from the messages sent through this endpoint.

  • https://<app_url>/v1/iot/events: This endpoint is used to send notifications from devices to the application, such as alarms or other event-driven information.
Learn more about how to use these endpoints while configuring HTTPS for device communication with a Zoho IoT application.