• GoSquared
  • Features
  • Pricing
  • About
  • Blog
  • Support
  • Sign In
  • Start Free
  • My Account
  • Sign In
  • My Account
Jump to section

API Documentation

Search…

Cancel

Start typing to search our documentation

      • Installation
      • Configuration
      • Libraries
      • Formats
      • Rate Limits
      • Versioning
      • Error Codes
      • Combining Functions
    • JavaScript Tracking CodeAPI

      • Installation
      • Configuration
      • Multiple Tracking Codes
      • Identify Users
      • Track Properties
      • Track Events
      • Track Pageviews
      • Track Transactions
      • Secure Mode
    • AccountAPI

      • Blocked
      • Shared Users
      • Sites
      • Tagged Visitors
      • Trigger Types
      • Webhooks
    • TrackingAPI

      • Event
      • Identify
      • Pageview
      • Ping
      • Properties
      • Timeout
      • Transaction
    • NowAPI

      • Browsers
      • Campaigns
      • Concurrents
      • Countries
      • Engagement
      • Geo
      • Languages
      • Notifications
      • Organisations
      • Overview
      • Pages
      • Platforms
      • Sources
      • Time
      • Time Series
      • Visitors
    • TrendsAPI

      • Aggregate
      • Browser
      • Campaign Content
      • Campaign Medium
      • Campaign Name
      • Campaign Source
      • Campaign Term
      • Country
      • Event
      • Language
      • Organisation
      • OS
      • Page
      • Path1
      • Screen Dimensions
      • Sources
    • PeopleAPI

      • Devices
      • Event Types
      • People
      • Property Types
      • Smartgroups
    • ChatAPI

      • Archived Chats
      • Chats
    • AuthAPI

      • Tokeninfo

    Concurrents

    • HTTP
    • Node
    • PHP
    • Ruby

    Retrieve concurrent visitors

    GETnow/concurrents

    Retrieves a summary of all concurrently online visitors.

    Definition

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

    Example Request

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

    Something doesn't look right…

    Your browser is blocking parts of the GoSquared website from loading.

    Try disabling any extensions that may be causing this issue, such as your content or ad blocker.

    Still experiencing issues? Get in touch with us via email: support@gosquared.com.