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: The maximum number of results e.g. |
Example Request
The PHP library does not support this function at this time
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 |
Example Request
The PHP library does not support this function at this time
Live Responseundefined undefined
Your API Key is not authorised for this endpoint
Please fill in the required fields in the Query Builder