Skip to main content
GET
/
v1.4
/
Data
/
PhoneIDAppend
Retrieves phone number based on name and address data.
curl --request GET \
  --url https://dataapi.dncscrub.com/v1.4/Data/PhoneIDAppend \
  --header 'loginId: <api-key>'
{
  "Score": 123,
  "Category": "<string>",
  "LastName": "<string>",
  "FirstName": "<string>",
  "MiddleInitial": "<string>",
  "BusinessName": "<string>",
  "Address1": "<string>",
  "Address2": "<string>",
  "City": "<string>",
  "State": "<string>",
  "Zip": "<string>",
  "DPV": "<string>",
  "Phone": "<string>",
  "Rectype": "<string>",
  "Telconame": "<string>",
  "DACode": "<string>",
  "ResponseCode": "<string>"
}

Authorizations

loginId
string
header
required

LoginId Authentication: Authenticate using the LoginId generated from DNCScrub User Manager. In HTTP header place "loginId: {loginId}"

Headers

loginId
string

LoginId (aka APIKey)

Query Parameters

firstName
string

First name of the person

lastName
string

Last name of the person

address1
string

Primary address line

address2
string

Secondary address line (optional)

city
string

City name

state
string

State abbreviation (e.g., CA, NY)

zip
string

ZIP code

Response

Success

Score
integer<int32>
Category
string | null
LastName
string | null
FirstName
string | null
MiddleInitial
string | null
BusinessName
string | null
Address1
string | null
Address2
string | null
City
string | null
State
string | null
Zip
string | null
DPV
string | null
Phone
string | null
Rectype
string | null
Telconame
string | null
DACode
string | null
ResponseCode
string | null