Retrieve a Biometric Validation

GET - https://api.verifik.co/v2/biometric-validations/{id}

We will query by ID any biometric validation that is stored in our Database.

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <token>

Query Parameters

NameTypeDescription

id

string

ID of the biometric validation that you want to bring the information.

Response

{
    "data": {
        "_id": "65d39b294177f703fd93f636",
        "status": "failed",
        "type": "login",
        "livenessScore": 0,
        "requires2FA": false,
        "client": "613375a1eab2fe08527f81e2",
        "project": "6266193db77ccc8111730c90",
        "projectFlow": "658ed28b0990f300134d7b78",
        "livenessSession": "65d39b294177f703fd93f634",
        "url": "to_be_defined",
        "updatedAt": "2024-02-19T18:17:13.909Z",
        "createdAt": "2024-02-19T18:17:13.909Z",
        "__v": 0
    }
}

Last updated