Hello
How to send and receive json data in a rest api way
I used to use version 2 of the site
The following example:
https://api.thinger.io/v2/users/xxxx/devices/xxx/led?Authorization=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkZXYiOiJhbmRpb3RwMSIsImlhdCI6MTU3OTM0OTgyOSwianRpIjoiNWUyMmY3NDU3NWFiYzNjYjhiMzcwMGVhIiwicmVzIjpbImxlZCJdLCJ1c3IiOiJhbmRpb3RraXQifQ.kbJK_6atZaSGrDJEm3Jlgjfp74t7ziZrBwQNdOGyFCM
Username and token token
I also received the following data
{
“out”: out
“Temperature”: 26,
“humidity”: 33
}
}
Now, in version 3 site thinger.io, how can I use tokens such as the above address and receive data to json?