FACEKI Identity Verification KYC V2
  • Getting Started
  • Integrations
  • Quick Guides
    • Dashboard
    • SDK Settings
    • Verification Settings
    • Verification Monitoring
    • Integration Setting
    • Image Guidelines
  • API Integration
    • Verification APIs
      • Generate Token
      • Get KYC Rules
      • Single KYC Verification
      • Multiple KYC Verification
      • KYC Summary API
      • Generate KYC Link
      • Get KYC records by Link
      • Get KYC records By Reference ID
      • Get KYC records By RequestID
      • Face Match API (💲)
  • Data Fields
    • Verification Data
    • Error Codes
  • Mobile SDK
    • Flutter SDK / Plugin
    • React Native SDK / Plugin
    • Native iOS SDK
    • Native Android SDK
  • Web SDK
    • React
    • Angular
    • HTML
    • Laravel
  • API Libraries
    • NodeJS API Library
    • Python API Library
    • .NET API Library
  • Starter Kits
    • React Native Starter Kit
  • No Integration Option
    • Zero Integration
  • Need Help?
    • Support
      • Support Ticket
      • Skype
      • Email Support
    • Community
    • FAQ's
Powered by GitBook
On this page
  • Base URL
  • Generate KYC Link End Point API
  1. API Integration
  2. Verification APIs

Get KYC records By RequestID

API to fetch KYC record

This API allows clients to fetch KYC records

Base URL

sdk.faceki.com

Generate KYC Link End Point API

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

Method: GET

Authorization: Bearer Token

Content-Type: application/json

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

Query Parameters

Name
Type
Description

requestId*

String

Pass value of Request ID 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": ""
        }
    ]
}

    // Response
}
{
    // Response
}
PreviousGet KYC records By Reference IDNextFace Match API (💲)

Last updated 1 year ago