Method 1: No Code - Creating Verification Through Workplace
Navigate to the Applicants Page:
Go to the "Verification" section and then select "Applicants."
Create a New Verification:
Fill in the required details:
Application: Choose the relevant application.
Flow: Select the desired flow.
ExternalUserId: Provide the external user ID (unique userID from your system).
Language: Set the preferred language (e.g.,
lang
).Token Lifetime: Specify the token lifetime.
Generate Verification Link:
After providing the necessary information, our system will generate a link.
Share this link with the user to grant them access to the verification process.
Method 2: Automated - Creating Verification Through SDK
To automate the verification process, you can use our SDK. This method involves generating a token on your backend and initializing the SDK with the token as a parameter.
Steps for Automated Verification
Create a Token:
Use the generated token to initialize the SDK.
Pass the token as a parameter when setting up the SDK.
Private Application Key
In order to use the public api you will need to obtain a private key.
You can retrieve your Private Application Key from Applications > Private app key
.
Last updated