Send Using HTTP

curl -X POST "https://v5.boodskap.io/api/push/message/100" -H "accept: application/json" -H "TOKEN: DEVL9xz2LMBmNFCs4b" -H "Content-Type: application/json" -d '{"sensor":"WEATHER","latitude":32.779167,"longitude":-96.808891,"temperature":26,"humidity":77,"precipitation":0,"wind":11}'

The HTTP HEADER TOKEN is nothing but your Device Token


Worth Seeing