List all Persons

GET -https://api.verifik.co/v2/projects

With this service, you can bring all persons that you have created.

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <token>

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"
        }
    ]
}

Last updated