Skip to main content
GET
/
v1.4
/
Data
/
IDPremium
Retrieves premium phone identification data including carrier and phone type information.
curl --request GET \
  --url https://dataapi.dncscrub.com/v1.4/Data/IDPremium
{
  "Phone": "<string>",
  "PhoneType": "<string>",
  "OCN": "<string>",
  "TelcoName": "<string>",
  "ODate": "<string>"
}

Headers

loginId
string

LoginId (aka APIKey)

Query Parameters

phone
string

The 10-digit phone number to look up

Response

Success

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