Send Using HTTP
- Endpoint: https://v5.boodskap.io/api/push/message/{spec}
- Content-Type: application/json
- Method: POST
- Body: JSON Message
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
Updated over 1 year ago
Worth Seeing