Devices & Texts
List Devices
Retrieve all devices associated with enrolled users in your organisation.
GET
Overview
Returns a paginated list of device records for your organisation. A device record is created when adevice_fingerprint is included in an enrollment or verification call. Devices are useful for analytics — understanding whether your users authenticate consistently from the same device, or whether device-switching patterns correlate with fraud.
Device records are created automatically when fingerprints are submitted. They cannot be created manually.
Path Parameters
string
required
Your organisation’s unique identifier.
Query Parameters
string
Filter conditions. Example:
filter=type=1 for mobile devices only.string
Example:
sort=last_used:descinteger
default:"100"
Results per page. Maximum 300.
integer
default:"1"
Page number.

