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
Generate KYC Link End Point API
https://sdk.faceki.com/kycverify/api/kycverify/kyc-verify-link

POST
https://sdk.faceki.com/kycverify/api/kycverify/kyc-verify-link
Headers
Name
Type
Description
Authorization*
String
Bearer [token]
Content-Type*
String
application/json
Request Body
Name
Type
Description
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