Devices
Provides endpoints to list available fingerprint devices and retrieve details for a specific device.
Possible error codes:
device_not_found: device name not present
unhandled_error: unexpected server failure
Path parameters
namestringRequired
The name/key of the device.
Responses
200
OK
404
Not Found
500
Internal Server Error
get
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
}
}