eLeadVerify is an identity and contact verification solution designed to validate and score the quality of inbound leads in real-time. Built for speed, scale, and accuracy, it allows businesses to confirm whether the information provided by a user is legitimate — reducing fraud, improving conversion, and optimizing lead pipelines.
1. Add your access profile, username, and search type to the request headers.
LeadVerify will be the search type in your request headers for "galaxy-search-type"
- galaxy-ap-name: [Access Profile Name]
- galaxy-ap-password: [Access Profile Password]
- galaxy-client-session-id: (Optional) Session ID for logging
- galaxy-client-type: [Galaxy Client Type] (required for Javascript clients)
- galaxy-search-type: [IdvAuthPerson]
2. Add search criteria to your request. At least one is required: SSN, Name, Phone, or Email
{
"Ssn": "",
"Dob": "03/01/1929",
"AddressLine1": "1234 teak court",
"AddressLine2": "roseville, ca",
"City": "",
"State": "",
"Zip": "",
"FirstName": "Test",
"MiddleName": "a",
"LastName": "Tester",
"Email": "",
"Phone": "",
}