Pages
Retrieve pages with online visitors
GETnow/pages
Retrieves a list of pages with active visitors, ordered by the number of visitors on the page. If a href parameter is given then information for that page will be returned.
Query String Parameters
href | String The full url of the page to be retrieved. This should be url encoded so |
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->pages();
Live Responseundefined undefined
Your API Key is not authorised for this endpoint
Please fill in the required fields in the Query Builder