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": "909888e2-e9c2-11e0-9523-123142009eab"
  }
}