Skip to main content
GET
/
v1.5
/
Data
/
IDPremium
Retrieves premium phone identification data including carrier and phone type information.
curl --request GET \
  --url https://dataapi.dncscrub.com/v1.5/Data/IDPremium \
  --header 'loginId: <api-key>'
{
  "Phone": "<string>",
  "PhoneType": "<string>",
  "OCN": "<string>",
  "TelcoName": "<string>",
  "ODate": "<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 look up

loginId
string

Optional login ID for authentication override

Response

Success

Phone
string | null
PhoneType
string
OCN
string | null
TelcoName
string | null
ODate
string | null