Geo
Retrieve geographic user information
GETnow/geo
Retrieves a list of co-ordinates for currently online users.
Query String Parameters
visitorsMode | StringDefault Value: Accepted values: 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: The maximum number of results e.g. |
Example Request
require_once('gosquared-php-sdk/main.php');
$GS = new GoSquared(array(
'site_token' => 'GSN-106863-S',
'api_key' => 'demo'
));
$result = $GS->now->geo();
Live Responseundefined undefined
Your API Key is not authorised for this endpoint
Please fill in the required fields in the Query Builder