LED
API calls to get and update LED state of the tracker.
API actions
read
Parameters
name
description
type
format
Examples
curl -X POST 'https://api.eu.navixy.com/v2/tracker/led/read' \
-H 'Content-Type: application/json' \
-d '{"hash": "a6aa75587e5c59c32d347da438505fc3", "tracker_id": 265489}'https://api.eu.navixy.com/v2/tracker/led/read?hash=a6aa75587e5c59c32d347da438505fc3&tracker_id=265489Response
{
"success": true,
"value": true
}Errors
update
Parameters
name
description
type
format
Examples
Response
Errors
Last updated
Was this helpful?