Engine immobilizer
API requests to read the state of immobilizer and to set the new state.
API actions
read
Parameters
name
description
type
format
Examples
curl -X POST 'https://api.eu.navixy.com/v2/tracker/engine_immobilizer/read' \
-H 'Content-Type: application/json' \
-d '{"tracker_id": 123456, "hash": "a6aa75587e5c59c32d347da438505fc3"}'https://api.eu.navixy.com/v2/tracker/engine_immobilizer/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?