Account Management
Get Members
Retrieve all members
curl -X POST https://api.hellotracks.com/api/getaccounts --header 'API-Key: ...' -d '
{
"data": {}
}
'
REQUEST
POST https://api.hellotracks.com/api/getaccounts
{
"data": {
"uids": ["<uid-1>",..., "<uid-n>"]
}
}
uids
array
Optional filter to only retrieve members with specific uid
s.
See also Member-API-Object to see properties of a member.
RESPONSE
{"status":0, "accounts": [...]}
curl -X POST https://api.hellotracks.com/api/getaccounts --header 'API-Key: ...' -d '
{
"data": {}
}
'