Trying to pull data from my Blynk dashboard to my own webpage

Hi,

I’m based in Bengaluru and working on an IoT project using ESP32 and MPU9250. Successfully managed to configure the hardware on IDE and to display data on the Blynk dashboard.
Now I’, trying to pull the data from the dashboard to my webpage but I have been unsuccessful so far. I suspect the issue might be related to the Blynk server name. I have verified that the Auth token and virtual PIN details are correct.

fetch('https://blr1.blynk.cloud/YOUR_AUTH_TOKEN/get/V1')

Can anyone help me resolve this issue? For your information, I'm using a free account on Blynk.

Thank You

Assuming that your project lives on the blr1 server then the issue is most likely the syntax of your API call. It should look like this…

Pete.

Thanks, Pete for the advice. It worked!!