Skip to main content
GET
/
v1.5
/
gc
/
Query
Get Information about the phone number
curl --request GET \
  --url https://dataapi.dncscrub.com/v1.5/gc/Query \
  --header 'loginId: <api-key>'
{
  "Country": "<string>",
  "ISO": "<string>",
  "RegionCode": "<string>",
  "RegionName": "<string>",
  "City": "<string>",
  "TimeZone": "<string>",
  "UTC": "<string>",
  "DST": "<string>",
  "Latitude": "<string>",
  "Longitude": "<string>",
  "NumberType": "<string>",
  "CarrierName": "<string>",
  "Language": "<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

internationalCode
string

Country code of the phone number

phone
string

The phone number information you want to get

Response

Success

Country
string | null
ISO
string | null
RegionCode
string | null
RegionName
string | null
City
string | null
TimeZone
string | null
UTC
string | null
DST
string | null
Latitude
string | null
Longitude
string | null
NumberType
string | null
CarrierName
string | null
Language
string | null