I’m trying to make a 2 way communication between my ESP8266 and Alexa, and for that, I am using Voiceflow.
The VoiceFlow program requires to set virtual pin V0/Datastream LEDPIN to 0 or 1. And for this, I make GET HTTP requests with the following link:
http://188.166.206.43/auth_token/update/V0?value=1
However, on running the VoiceFlow command, it fails, and whenever I paste the link on Chrome, it displays Invalid Token,even when I’m using the correct authentication token.
I would be highly grateful to you if someone can guide me with the process of making HTTP calls to control Virtual Pins.