Performs a contact enrichment search, and returns everything from Contact Enrich (name, top 5 phone numbers, emails and addresses and only for top person match).
Using this "Plus" version, now the match also includes our unique PersonID, Partial DOB, Top 6 Associates (with their Name, Age, and PersonID), additional details per Address (PropertyID, lat/long, owner occupancy), and 15 consumer insights / marketing data points.
Consumer Interests / Marketing Data:
estimatedIncome, numberOfChildren, maritalStatus, occupationGroup, occupation, education, businessOwner, gender, netWorth, estimatedCurrentHomeValue, creditRating, ethnicity, ethnicGroup, language.
1. Add your access profile, username, and search type to the request headers.
Please Note
'DevAPIContactEnrichPlus' 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: [DevAPIContactEnrich]
2. Add search criteria to your request. At least two are required: Name, Phone, Address, or Email.
{
"FirstName": "John",
"MiddleName": "T",
"LastName": "Lawrence",
"Dob":"",
"Age": 0,
"Address": {
"addressLine1":"123 Q Street",
"addressLine2":"Sacramento, CA"
},
"Phone":"",
"Email":""
}
3. Submit your search.