Geo

Retrieve geographic user information

GETnow/geo

Retrieves a list of co-ordinates for currently online users.

Query String Parameters

visitorsMode

StringDefault Value: all

Accepted values: all, tagged, returning

The type of visitors to retrieve

dateFormat

String

The format that any date parameters will be returned in. This takes any value permitted by Moment.

limit

StringDefault Value: 0,30

The maximum number of results e.g. 10 to return with an optional offset e.g. 5,10

Definition

GET https://api.gosquared.com/now/v3/geo

Example Request

var GoSquared = require('gosquared');
var gosquared = new GoSquared({
  api_key: 'demo',
  site_token: 'GSN-106863-S'
});

gosquared.now.v3.geo(function(err, res) {
  if (err) return console.log(err);
  console.log(res);
});

Live Responseundefined undefined

Your API Key is not authorised for this endpoint

Please fill in the required fields in the Query Builder