Mail Verification
What kind of data I will get
By using this integration, you can verify a email address of the customer customer.
The user provides his e-mail address to which he receives a verification code. Then this code is entered by him in the widget and if it is correct, the user is correctly verified
In response, you will receive information about verification process.
Input data definition
There is no input data needed. User passes e-mail address on widget and goes through the verification process.
Output data
In the response from this process, you will find information about user's e-mail address and verification result (state).
{
"email": "[email protected]",
"state": "SUCCESS",
}
Updated 13 days ago