Devices

Retrieve a list of all devices

GETpeople/devices

Retrieves a paginated list of every device that has ever been tracked in People CRM.

If you only need a list of devices used by a specific person, use this endpoint instead.

Query String Parameters

limit

StringDefault Value: 0,10

The maximum number of results e.g. 10 to return with an optional offset e.g. 5,10. You can request a maximum of 250 results

Definition

GET https://api.gosquared.com/people/v1/devices

Example Request

curl "https://api.gosquared.com/people/v1/devices?api_key=demo&site_token=GSN-106863-S" 

Live Responseundefined undefined

Your API Key is not authorised for this endpoint

Please fill in the required fields in the Query Builder

Retrieve a device

GETpeople/devices/{deviceID}

Retrieves the details (platform, browser, user agent, screen size, ISP, location, total visits etc) of a single device using the deviceID.

Note: If you just want to know the details of the most recent device somebody used, you can first retrieve the person. You'll then find their most recently used deviceID in the last object under the device field.

Path Parameters

deviceID

StringRequired

The ID of the device

Definition

GET https://api.gosquared.com/people/v1/devices/{deviceID}

Example Request

curl "https://api.gosquared.com/people/v1/devices/{deviceID}?api_key=demo&site_token=GSN-106863-S" 

Live Responseundefined undefined

Your API Key is not authorised for this endpoint

Please fill in the required fields in the Query Builder