Colombia
With just the number of a government issued ID, we can fetch all the information from the official government databases.
National ID (Cedula Number)
{
"template_id" : "{{YOUR_TEMPLATE_ID}}",
"user_data": {
"identity": {
"identity_country_code": "CO",
"identity_number_type": "NATIONAL_ID",
"identity_number": "{{Valid_Cedula_Number}}"
},
}
}
Updated about 2 months ago