Skip to main content
GET
/
v1.4
/
Data
/
Verification
Verifies phone number ownership by matching against name and address data.
curl --request GET \
  --url https://dataapi.dncscrub.com/v1.4/Data/Verification
{
  "Phone": "<string>",
  "ReferenceID": "<string>",
  "VerificationCode": "<string>",
  "PhoneType": "<string>",
  "MatchType": "<string>",
  "MatchLevel": "<string>"
}

Headers

loginId
string

LoginId (aka APIKey)

Query Parameters

phone
string

The 10-digit phone number to verify

firstName
string

First name of the person (optional)

lastName
string

Last name of the person (optional)

address1
string

Primary address line (optional)

address2
string

Secondary address line (optional)

city
string

City name (optional)

state
string

State abbreviation (optional)

postalCode
string

ZIP/postal code (optional)

Date consent was obtained in YYYYMMDD format (optional)

referenceId
string

Your reference ID for tracking (optional)

Response

Success

Phone
string | null
ReferenceID
string | null
VerificationCode
string | null
PhoneType
string | null
MatchType
string | null
MatchLevel
string | null