Quickstart
This quick guide will help you get started with integrating Unico's identity verification products
Last updated
This quick guide will help you get started with integrating Unico's identity verification products
You will receive an x-api-key.
Perform a POST request to start the process.
After the user completes the journey, you will be notified via webhook.
Use the Magic Link Token to make a GET request and retrieve the results.
The response will include:
INE validation;
Liveness detection;
Behavioral analysis alert.
This type of integration is specific to KYC in Mexico π²π½
You will receive a service account for authentication.
Authenticate with a login endpoint before making the main request.
Then, perform a POST request to initiate the process.
You will be notified via webhook or a callback in SDK when the user completes the journey.
Use the process ID to make a GET request and retrieve the results.
The response will include:
Liveness detection;
Behavioral analysis alert.
You will receive a service account for authentication.
Authenticate with a login endpoint.
Your system will be responsible for capturing the user's selfie.
Send the image in base64 format via a POST request.
You will receive a synchronous response with the result of:
Behavioral analysis alert.
In addition to the initial use (KYC or onboarding), you can also use the By Unico solution for transactional processes, such as: Data changes; Password updates; Sensitive actions; Etc.
In these cases, you can perform a 1:1 facial match between the new selfie and the one captured during any previous KYC or onboarding session.
You will receive a service account for authentication.
Authenticate with a login endpoint before making the main request.
Then, perform a POST request to initiate the process.
You will be notified via webhook or a callback in SDK when the user completes the journey.
Use the process ID to make a GET request and retrieve the results.
The response will include:
Liveness detection;
Validation 1:1;
Behavioral analysis alert.
Last updated