Demographic Append
Append demographic details such as age, gender, and income to your records for better customer profiling and targeted marketing.
HEADERS
Unique key obtained after contacting us. This is required.
BODY PARAMS
FName
string
conditionally required*
First name, 15 characters max.
*Should be a combination of FName, LName, Zip and Address parameters; Phone or Email is Required
LName
string
conditionally required*
Last name, 20 characters max
*Should be a combination of FName,LName,Zip and Address parameters; Phone or Email is Required
Address1
string
conditionally required*
Address line 1, 64 characters max.
*Should be a combination of FName,LName,Zip and Address parameters; Phone or Email is Required
Zip
string
conditionally required*
5 digit numeric USPS zip code. * Either City/State or Zip is required
*Should be a combination of FName,LName,Zip and Address parameters; Phone or Email is Required. Either City/State or Zip is required.
Phone
string
conditionally required*
10 digit numeric phone number (without spaces, dashes, or parentheses.
*Required if Email is not included and other parameters are included
Email
string
conditionally required*
Email address, 100 characters max
*Required if phone is not included and other parameters are included
City name, 28 characters max.
*Either City/State or Zip is required
2 character state abbreviation.
*Either City/State or Zip is required
POST
https://api.tdg1.io/v2//append/demographic

curl --location 'https://api.tdg1.io/v2/append/demographic' \
--header 'Content-Type: application/json' \
--header 'x-api-key: ' \
--data-raw '
{
"FName": "<FName>",
"LName": "<LName>",
"Address1": "<Address1>",
"Zip": "<Zip>",
"Phone":"<Phone>",
"Email": "<Email>"
}' {
"Demographics": {
"Gender": "",
"Age": "",
"DOB": "",
"LOR": "06",
"Homeowner": "H",
"EHI": "F",
"DwellType": "S",
"Married": "M",
"MedYrBld": "1998",
"MobHome": "",
"Pool": "",
"FirePl": "",
"SglParent": "",
"HHNBRSR": "",
"CreditCard": "",
"WealthScr": "H",
"CharityDnr": "",
"MrktHomeVal": "N",
"Education": "",
"Ethnicity": "",
"ChildCd": "Y",
"ChildAgeCd": "A",
"ChildNbrCd": "",
"VehLux": "",
"VehSuv": "Y",
"VehTrk": "Y",
"PctBlk": "R",
"PctWht": "E",
"PctHsp": "Q",
"PctAsi": "T",
"PctEngSpeak": "D",
"PctSpnSpeak": "S",
"PctAsiaSpeak": "T",
"PctSFDU": "A",
"PctMFDU": "",
"MHV": "E",
"MOR": "G",
"PctAuto": "A",
"MedSchl": "153",
"PctWhiteCollar": "K",
"PctBlueCollar": "T",
"PctOccO": "K",
"DemoLvl": "1"
}
}