Generate KYC Link

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. Once the user follows the link, they can continue the verification process via a web browser.

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": "LINKID",
    "url": "Verification URL"
}

Last updated