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

NameTypeDescription

Authorization*

String

Bearer [token]

Content-Type*

String

application/json

Request Body

NameTypeDescription

expiryTime

Number

expiryTime in minutes

applicationId

String

Unique Identifier for record

redirect_url

String

Redirect URL After KYC

workflowId*

String

Mandatory, you can generate a workflow through the portal and copy the ID to use in the API

{
    "responseCode": 0,
    "data": "LINKID",
    "url": "Verification URL"
}

Last updated