Contact
API call to get user's trackers with special grouping by "contacts"
API actions
list
Examples
curl -X POST 'https://api.eu.navixy.com/v2/tracker/contact/list' \
-H 'Content-Type: application/json' \
-d '{"hash": "a6aa75587e5c59c32d347da438505fc3"}'https://api.eu.navixy.com/v2/tracker/contact/list?hash=a6aa75587e5c59c32d347da438505fc3Response
{
"success": true,
"contacts": [{<contact1>}, {<contact n>}],
"trackers": [{<tracker1>}, {<tracker n>}]
}Errors
Last updated
Was this helpful?