Esri's Geotrigger Service is replacing Geoloqi! Learn More | FAQ

share/info

Contents

URL

https://api.geoloqi.com/1/share/info

Description

Retrieve the profile information and link meta information from a shared link token.

Supported Request Methods

GET

Parameters

  • geoloqi_token
    The token to retrieve information about.

Response

Success

If the link was expired successfully, you will get the following response.

HTTP/1.1 200 OK
 
{
  "profile":{
    "user_id":"Gf",
    "username":"aaronpk",
    "name":"Aaron Parecki",
    "bio":"",
    "website":"http://aaron.pk",
    "timezone":"America/Los_Angeles",
    "timezone_offset":"-0700"
    "twitter":"aaronpk",
    "profile_image":"http://a2.twimg.com/profile_images/553711946/aaronpk-bw_normal.jpg",
    "is_anonymous":"0",
  },
  "share":{
    "description":"Heading out, track me on Geoloqi!",
    "date_created":"2010-12-11T19:51:32-07:00",
    "date_from":"2010-12-11T19:51:32-07:00",
    "date_to":"2010-12-11T20:21:32-07:00"
  }
}