get https://api.sikoia.com/v2/persons//identity-verifications
Returns a list of all identity verification requests for a person.
This endpoint provides a list of all identity verification requests created for a specific person_id
.
The list includes the request_id
for each request, which can be used to retrieve the identity verification result using the GET /v2/identity/{request_id}
endpoint.
Recipes
👤
Identity Document Verifications
Open Recipe