Call to REST API, doesnt produce result

So I did as instructed, but no results are received.

https://private-anon-c3631aa2a0-blynkapi.apiary-mock.com/tokenhere/get/V3” (I am using the 32 symbols token provided by the app)

The setup is thru Wemos D1, on local D12 and separated from the VirtualWrite calls on V3 and V5 from DHT22 sensor humidity and temp.

On the curl call, from php I get only “String(3) []”. Nothing else. Should I get the last reading with bunch of other details?

What am I doing wrong?

Thank you!

are you using blynk cloud? for cloud this is the correct format:

http://blynk-cloud.com/4ae3851817194e2596cf1b7103603ef8/get/V10

1 Like

Thank you. I used the one they have on their examples.

https://private-anon-c3631aa2a0-blynkapi.apiary-mock.com

Thank you. All works now with

http://blynk-cloud.com/token/get/pin

yeah, but in the examples you can choose several types, you’ve choosed “mock” server, which does what it is, mock: “not authentic or real, but without the intention to deceive” :wink:

2 Likes