REQUEST

POST https://api.hellotracks.com/api/getaccounts

{
  "data": {
    "uids": ["<uid-1>",..., "<uid-n>"]
  }
}
uids
array

Optional filter to only retrieve members with specific uids.

See also Member-API-Object to see properties of a member.

RESPONSE

{"status":0, "accounts": [...]}