Hi,
I get the correct responses (I assume):
POST (http) rasp.fritz.box:8080/v1/user/login?email=<>&password=<>
{
"token": "DcZCSVZYYxef6YWaQ9jMTIuw7pbOi8I0B4W-tEPI6Ro",
"user_id": 26
}
GET (http) rasp.fritz.box:8080/v1/nodes/lis … 4W-tEPI6Ro
{
"nodes": [
{
"name": "node000",
"node_key": "3d2b6c044bd93e9f4db6f4a9e59ccb51",
"node_sn": "dc1b971edd77011a6bf64cf88d205259",
"dataxserver": null,
"board": "Wio Link v1.0",
"online": false
}
]
}
Both requests also work via SSL
Thanks a lot for your support!