Skip to main content
GET
/
v1.5
/
Data
/
Verification
Verifies phone number ownership by matching against name and address data.
curl --request GET \
  --url https://dataapi.dncscrub.com/v1.5/Data/Verification \
  --header 'loginId: <api-key>'
{
  "Phone": "<string>",
  "ReferenceID": "<string>",
  "VerificationCode": "<string>",
  "PhoneType": "<string>",
  "MatchType": "<string>",
  "MatchLevel": "<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

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)

loginId
string

Optional login ID for authentication override

Response

Success

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