In this section, we are going to explain how to properly insert a Face in a client account, the main logic that the service do is the following:
First thing that you need to do is to request to add a face in an account, this can be done using the service app login**,** this is a POST method in which you send some configuration information, this creates a session to begin the insert of a face in an account, this is an example of the information that you must provide:
The token that you must send here is the one generated when someone makes a successful login through phone or email using the following APIs:
You receive this token after fully validate the OTP sent to one of these services, depending on your project configuration.
**https://api.verifik.co/v2/biometric-validations/app-login**
{
"identifier": "hola",
"type": "login",
"projectFlow": "663c39e28a313ac3q091fffc",
"project": "663c39be83f10b31kv57baa1"
}
Now we will explain each of these parameters and how to send them properly in the request of the API: