Devices

Provides endpoints to list available fingerprint devices and retrieve details for a specific device.

Gets the list of all available device names.

get

Possible error codes:

  • unhandled_error: unexpected server failure

Responses
200

OK

Responsestring[]
get
/devices

Gets detailed information for a specific device.

get

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

get
/devices/{name}

Last updated