GET - https://api.verifik.co/v2/face-recognition/persons/{id}
The Retrieve Face Recognition Person by ID API allows you to fetch information about a specific person within the facial recognition system using their unique identifier (ID).
Headers
Query Parameters
Response
{ "data": [ { "_id": "663a53e25e9db06d06ecfe59", "name": "Nicolas", "thumbnails": [ { "id": "c282fac3-55d6-4007-8c5f-bca800600cca", "thumbnail": "image base 64" } ], "gender": "M", "date_of_birth": "1995-05-07T00:00:00.000Z", "nationality": "Colombian", "collections": [ "d75beb1f-fa5c-4e63-be17-a2ae544c313a", "f9b230af-1e86-4fc2-89e1-e0442eb99b48", "6349d392-d3a3-44c2-a2dd-e5349c7aeaec" ], "notes": "Verifik employee", "documentValidations": [], "emails": [ "hola@verifik.co" ], "phones": [ "573201234567" ], "livenessScore": 0.98, "environment": "not_set", "client": "6158e492dd0767a2b8b3f829", "updatedAt": "2024-08-20T17:08:30.788Z", "createdAt": "2024-07-25T20:59:23.660Z", "__v": 2, "countryCode": "57", "email": "hola@verifik.co", "phone": "3201234567" } ] }
{ "error": "Invalid request" }
Last updated 20 days ago
Content-Type
application/json
Authorization
Bearer <token>
id
string
ID of the person that you want to bring the information.