Blynk URL for Siri

I used to combine the old Blynk app and hardware together with Siri to switch lights and stuff by voice commands. Therefore I created shortcuts in the Iphone which execute web requests like for example:

http://139.59.206.133/Device-Blynk-auth-token-code/Vpin?value=1
in order to put Vpin high.

On new Blynk 2.0 I tried also to do this, but I got an invalid token.
Is there a way to have this work with new Blynk 2.0, so creating an URL which changes the value of a virtual pin when executed?

The REST API format has changed in Blynk IoT, as have the servers.

The documentation is here:

https://docs.blynk.io/en/blynk.cloud/https-api-overview

Make sure that you read the troubleshooting section, and use the location subdomain prefix rather tha the server IP address.

Pete.