Installation

The Tracking API allows you to send data to GoSquared from any platform, such as:

If there isn't a module available for your platform you can also interact with the GoSquared API via Segment.

Make calls directly to the HTTP APIs from your programming language of choice.
The APIs follows this structure:

POST https://api.gosquared.com/:api/:version/:function 

POSTs to API endpoints that support it should be sent in JSON format. Remember to include the Content-Type: application/json header.