Skip to main content
GET
/
v1.5
/
Data
/
Usage
Retrieves usage statistics for verification or residential/business lookups within a date range.
curl --request GET \
  --url https://dataapi.dncscrub.com/v1.5/Data/Usage \
  --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

type
string

Type of usage to retrieve: "verification" or "ResOrBusiness"

startDate
string

Start date in YYYYMMDD format

endDate
string

End date in YYYYMMDD format (max 60 days from today)

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