@jeroend said in Graag downlink voorbeeld door rechtstreeks de api te gebruiken:
O.k. stel mijn IMEI is 123456789 dan krijg ik:
curl -X PUT -H “Authorization: Basic xxx” -H “Content-Type: application/json” -d “{ “resourceValue” : “Hallo” }” https://iot.netwerk.t-mobile.nl/m2m/endpoints/IMEI:123456789/downlinkMsg/0/data
Wat is dat dan deze “Authorization: Basic xxx” ? Waar kan ik deze “Base64(username:password)” vandaan halen?