Alarm mode for tracker
Contains API calls to read and set alarm mode of device.
API actions
read
Parameters
name
description
type
format
Examples
curl -X POST 'https://api.eu.navixy.com/v2/tracker/alarm_mode/read' \
-H 'Content-Type: application/json' \
-d '{"tracker_id": 123456, "hash": "a6aa75587e5c59c32d347da438505fc3"}'https://api.eu.navixy.com/v2/tracker/alarm_mode/read?tracker_id=123456&hash=a6aa75587e5c59c32d347da438505fc3Response
{
"success": true,
"enabled": true
}Errors
set
Parameters
name
description
type
format
Examples
Response
Errors
Last updated
Was this helpful?