WebHook to blynk Get

I want to use GET request to blynk than Blink change the value of virtual pin on my esp8266 devise. The problem is that I am trying to use link like this: http://blynk-cloud.com/my token/update/V5?value=1 My token i get from


And I get Error invalid token. What do i wrong?
Thank you.

This url belongs to the old blynk, now it’s different.
Check this out
https://docs.blynk.io/en/blynk.cloud/https-api-overview

Wow! Thank you! It helps

1 Like

I have one more question. I cant understand it in documentation how to set 3 virtual pins in one response? I tried https://blynk.cloud/external/api/update?token=token&V0=0&V1=1&V2=2
And it didnt work. Only first pin sended to the device. What am I doing wrong?

You are trying to do a batch update, but you aren’t using the batch update API, which has /batch/ within the url.

Read the documentation properly, the details are all there.

Pete.

Your url should look like this sample

https://blynk.cloud/external/api/batch/update?token=bFFtSHNCZZDWQ__Zs96cP5jLMhLoJofg&v1=33&v2=44