HTTP API
Introduction
HTTP API: The HTTP API allows devices to communicate with the platform using a specific message format, documented in the following sections, which enables:
- Uploading device data to the platform. This page shows the reference for everything needed for each sensor type.
- Updating device-specific data, such as battery and RSSI levels. Follow this reference for more information.
- Receiving and responding to commands sent from the platform. More information on this topic can be found on this page.
Flexible Data Exchange
Introduction Flexible data exchange is the recommended HTTP integration method when it is not possible to modify the data format sent by the device.
Sensor Data Storage
Introduction This section contains information about storing data from sensors using the REST API over HTTP/HTTPS. Integration examples are provided for all endpoint types supported on the platform.