APN settings by tracker ID
Contains API call to get APN settings by tracker ID.
API actions
read
Parameters
name
description
type
format
Examples
curl -X POST 'https://api.eu.navixy.com/v2/tracker/apn_settings/read' \
-H 'Content-Type: application/json' \
-d '{"tracker_id": 123456, "hash": "a6aa75587e5c59c32d347da438505fc3"}'https://api.eu.navixy.com/v2/tracker/apn_settings/read?tracker_id=123456&hash=a6aa75587e5c59c32d347da438505fc3Response
{
"success": true,
"value": {
"name": "fast.tmobile.com",
"user": "tmobile",
"password": "tmobile"
}
}Errors
Last updated
Was this helpful?