Generate KYC Link

KYC Face verifications

This API allows clients to generate a unique KYC link for their users to verify their identity. The generated link can be sent to the user via the postman channel. Once the user follows the link, they will be prompted to provide the required information and documents for KYC verification.

Base URL

sdk.faceki.com
https://sdk.faceki.com/kycverify/api/kycverify/kyc-verify-link

Method: POST

Authorization: Bearer Token

Content-Type: application/json

POST https://sdk.faceki.com/kycverify/api/kycverify/kyc-verify-link

Headers

Request Body

{
    "responseCode": 0,
    "data": "bdb21481-7873-45d5-0000-18df4a7bf778",
    "url": "https://apps.faceki.com/kycverify/bdb21481-7873-45d5-0000-18df4a7bf778"
}

Last updated