List fingerprint events

Lists fingerprint events for the authenticated client. Pass exactly one of correlationId or deviceId. Results are newest first.

get/fingerprint/events

Query parameters

correlationIdstring

Filter events by the business reference sent on submit.

deviceIdstring

Filter events by public device id.

limitinteger

Maximum number of events to return per page.

offsetinteger

Number of events to skip for pagination.

Response

Page of fingerprint events.

Changes