[Solved] Send values of Wireless Pressure sensor in Losant platform in JSON format

I using Wireless modem connected with ESP8266 which receives the data from Wireless Pressure Sensors used for liquid flow measurement.

The wireless modem is connected with ESP8266 in which I am using ESP8266 webserver library and hosting the data on a Local server in JSON format.

What is best to call the JSON data to losant IoT platform and perform the data analytics.

I would probably recommend using Losant’s REST API and POST the data to one of your Losant devices.