ASI/people/:user_id/@location/@location_security_token
GET ^top
The returned JSON has a field location_security_token which contains UUID string that can be used as a security token
Returns
- 200
Response example
{
"entry": {
"location_security_token": "1556ac0c-e9c4-11e0-b7c3-123142009eab"
}
}