Transport layer
HTTP/HTTPS
curl --location 'tracker.navixy.com:47642' \
--header 'Content-Type: application/json' \
--data '{
"message_time": "2024-10-10T06:00:11Z",
"device_id": "1112312212",
"location": {
"latitude": 34.15929687705282,
"longitude": -118.4614133834839
},
"battery_level": 68
}'MQTT
Last updated
Was this helpful?