Devices
Provides endpoints to list available fingerprint devices and retrieve details for a specific device.
Last updated
Provides endpoints to list available fingerprint devices and retrieve details for a specific device.
Last updated
GET /devices HTTP/1.1
Host:
Accept: */*
[
"Desktop Chrome",
"Mobile Safari"
]GET /devices/{name} HTTP/1.1
Host:
Accept: */*
{
"name": "Desktop Chrome",
"context": {
"locale": "en-US",
"timezoneId": "America/New_York",
"userAgent": "Mozilla/5.0 (...)",
"viewportWidth": 1920,
"viewportHeight": 1080
}
}