Getting Started
Register

Login

Create IoT Device


View Devices

Read and Write APIs



Last updated
Register for OpenIoE Portal using the following Link. Click on <Register> Link

After successful registration, login to OpenIoE using the following link.

Go to Components >> IoT Devices >> Add IoT Devices

Provide the device name, hardware type, data format, and click on the <Generate User ID and PIN> button. A notification will pop up.

Go to Components >> IoT Devices >> List of Devices

Click on
button to see REST APIs as shown below. Note down Read and Write APIs.

Open any browser or API client tools (curl/Postman/Python/Matlab/..). Paste read API in URL box to see the values

Open any browser or API client tools (curl/Postman/Python/Matlab/..). Paste write API in URL box to see the updation

Note: Actually, Write API is embedded inside the IoT Device to modify the value in actual practice.
Last updated