Endato - ID Verification
ID Verification: Verify each entry with a match score, Multiple search types to ID someone, Get a name, age, contact info and more, Accesses billions of U.S. based records
{
"verifiedPeople": [
{
"identityScore": 91,
"firstName": {
"value": "John",
"matchTypeCode": "Match"
},
"middleName": {
"value": "Mitchell",
"matchTypeCode": "Match"
},
"lastName": {
"value": "Smith",
"matchTypeCode": "Match"
},
"dob": {
"month": {
"value": "5",
"matchTypeCode": "NA"
},
"day": {
"value": "13",
"matchTypeCode": "NA"
},
"year": {
"value": "1985",
"matchTypeCode": "NA"
}
},
"age": {
"value": "36",
"matchTypeCode": "NA"
},
"addresses": [
{
"value": "1234 Main Street, UNIT 5; Los Angeles, CA 90210",
"matchTypeCode": "Partial"
},
{
"value": "321 Rose Ave; Los Angeles, CA 90292",
"matchTypeCode": "Mismatch"
},
{
"value": "1111 Another Street; Beverly Hills, CA 90210",
"matchTypeCode": "Mismatch"
}
],
"emails": [
{
"value": "[email protected]",
"matchTypeCode": "NA"
},
{
"value": "[email protected]",
"matchTypeCode": "NA"
},
{
"value": "[email protected]",
"matchTypeCode": "NA"
},
{
"value": "[email protected]",
"matchTypeCode": "NA"
},
{
"value": "[email protected]",
"matchTypeCode": "NA"
}
],
"phones": [
{
"value": "(123) 456-7890",
"matchTypeCode": "NA"
},
{
"value": "(987) 654-3210",
"matchTypeCode": "NA"
}
]
}
],
"identityVerified": true
}
Response example. If you want to see more check the documentation.