Bulk upload devices
Question
Answer
curl -X POST 'https://api.us.navixy.com/v2/tracker/register' \
-H 'Content-Type: application/json' \
-d '{
"hash": "[HASH]",
"label": "Courier",
"group_id": 0,
"plugin_id": 44,
"model": "qlgv55lite",
"phone": "79123122312",
"device_id": "123451234512346",
"apn_name": "fast.tmobile.com",
"apn_user": "tmobile",
"apn_password": "tmobile"
}'Links
Last updated
Was this helpful?