Read the sensor value using IFTTT

I have NodeMCU connected using WiFi. It has DHT11 connected. My blynk lib version is 0.5.3. How can I read the value of the sensor through IFTTT?? Or using GET request?

http://docs.blynk.cc/#http-restful-api

https://blynkapi.docs.apiary.io/#reference/0/get-pin-value/get-pin-value

Although you will need to process the sensor read, via the usual code, first. Then preferably use virtual pins for reading the final resulting data.

Experiment first with the code and App then read the same data via the API

https://examples.blynk.cc/?board=NodeMCU&shield=ESP8266%20WiFi&example=More%2FDHT11

Thank You very much. It is working as expected.