Countries
Retrieve list of countries
GETnow/countries
Retrieves a list of the different countries that currently online visitors are from, sorted by the number of visitors per country.
Query String Parameters
limit | StringDefault Value: The maximum number of results e.g. |
presenter | StringDefault Value: Accepted values: Modifies the response data structure
|
Example Request
require_once('gosquared-php-sdk/main.php');
$GS = new GoSquared(array(
'site_token' => 'GSN-106863-S',
'api_key' => 'demo'
));
$result = $GS->now->countries();
Live Responseundefined undefined
Your API Key is not authorised for this endpoint
Please fill in the required fields in the Query Builder