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
var GoSquared = require('gosquared');
var gosquared = new GoSquared({
api_key: 'demo',
site_token: 'GSN-106863-S'
});
gosquared.now.v3.pages(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