REST API
The REST endpoints enable you to activate IoT Platform functionality. The REST API enables you to ‒
Activate IoT Platform Portal Functionality - The REST API enables you to perform all the functions provided in the IoT Platform Portal and more, such as creating a Product, a Device or a Rule and getting reports.
See REST API Reference for a detailed description of these endpoints. For example, you can create Rules.
Send Endpoints to a Device from the IoT Platform Portal - The IoT Platform Portal sits on top of the REST API in order to send endpoints to a Device in order to affect how the Device SDK operates and to get Device events. In addition, you can use the API to send endpoints as needed.
See REST API Reference for a detailed description of these endpoints. For example, you can create Devices.
Activate Operations on a Device - The REST API enables you to send endpoints to a Real Device in order to activate operations on that Device, such as opening a light or closing a lock.
See the sendCommand endpoint for a detailed description.
See REST API Reference for more details.