Subuser tracker
Contains API calls to control which tracker is available to which sub-user.
API actions
bind
Parameters
name
description
type
Examples
curl -X POST 'https://api.eu.navixy.com/v2/subuser/tracker/bind' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "subuser_id": 204951, "trackers": [127830]}'https://api.eu.navixy.com/v2/subuser/tracker/bind?hash=a6aa75587e5c59c32d347da438505fc3&subuser_id=204951&trackers=[127830]Response
{
"success": true
}Errors
list
Parameters
name
description
type
Examples
Response
Errors
unbind
Parameters
name
description
type
Examples
Response
Errors
Last updated
Was this helpful?