For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get KYC records By Reference ID

API to fetch KYC record

This API allows clients to fetch KYC records

Base URL

sdk.faceki.com
https://sdk.faceki.com/kycverify/api/kycverify/reference

Method: GET

Authorization: Bearer Token

Content-Type: application/json

GET https://sdk.faceki.com/kycverify/api/kycverify/reference

Query Parameters

Name
Type
Description

referenceId

String

Pass value of ResponseID from the KYC

Headers

Name
Type
Description

Authorization*

String

Bearer [token]

Content-Type*

String

application/json

{
    "responseCode": 0,
    "data": [
        {
            "_id": "",
            "kycResponse": {
            
            },
            "livenessResponse": {
       
            },
            "fullName": "",
            "referenceId": "",
            "documentId": "",
            "DOB": "",
            "localName": "",
            "country": "",
            "countryCode": "",
            "countryCodeISO3": "",
            "idFrontImage": "",
            "idBackImage": "",
            "status": "ACCEPTED",
            "deleteStatus": "ACTIVE",
            "companyId": "",
            "selfieImage": "",
            "documentCropFaceImageUrl": "",
            "faceID": "",
            "difcCode": "",
            "link": "<LINK>",
            "deviceDetails": {},
            "modifiedBy": "",
            "createdAt": "2023-04-16T10:24:10.960Z",
            "updatedAt": "2023-05-26T12:26:02.656Z",
            "__v": 0,
            "requestId": ""
        }
    ]
}

Last updated