Over 25 endpoints with instant results
Instant Self-Serve Batch Appends
Over 50 power searches with detailed data results
Over 25 endpoints with instant results
Instant Self-Serve Batch Appends
Over 50 power searches with detailed data results
{
"FirstName": "John",
"LastName": "Smith",
"Address": {
"addressLine1":"1234 Main Street",
"addressLine2":"Los Angeles, CA"
}
}
{
"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": "jsmith@gmail.com",
"matchTypeCode": "NA"
},
{
"value": "john.smith@somebusiness.com",
"matchTypeCode": "NA"
},
{
"value": "js1222@someschool.edu",
"matchTypeCode": "NA"
},
{
"value": "jsmith@anotherbiz.com",
"matchTypeCode": "NA"
},
{
"value": "johnsmith@otheremail.com",
"matchTypeCode": "NA"
}
],
"phones": [
{
"value": "(123) 456-7890",
"matchTypeCode": "NA"
},
{
"value": "(987) 654-3210",
"matchTypeCode": "NA"
}
]
}
],
"identityVerified": true,
}