List all Biometric Validations
Endpoint
With this service, you can bring all biometric validations that you have created. You can also include parameters to filter the BiometricValidations by name or status.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Params
Name
Value
Description
page
1
you can define the page number if you have too many records.
perPage
20
How many records you need per page.
like_name
any string i.e. Postman
You can query a 'like' condition
where_status
Options are [failed, validated, sent, new, expired]
You can specify the value to filter by status.
Request
Response
Last updated