Sending Commands to a GPS Tracker via IP protocol (OTA)
Sending a Command
Example: Reconfiguring a Teltonika FMB140 Device
API Request
curl -X POST 'https://tracker.navixy.com/v2/tracker/raw_command/send' \
-H 'Content-Type: application/json' \
-d '{
"hash": "a6aa75587e5c59c32d347da438505fc3",
"tracker_id": 231402,
"command": "setparam 2004:52.57.1.136"
}'Last updated
Was this helpful?