Fetching data from Thinger.io

Hi, I’m using an esp8266 module to send sensor data to the cloud. Now, I want to use a second esp8266 module to read the real-time sensor data and perform certain actions based on the value. I figured that I need to send an HTTP request, but as I’m relatively new to programming I couldn’t figure it out by myself. Your help will be much appreciated.

Hi,

Check this → Data bucket query, from a device

Also you can fetch data directly from another device, not necessarily from the cloud bucket, just need to change the link to make the request, to build the link, you can consult the swagger documentation → Swagger UI

Hope this helps.