Skip to main content
GET
Litigator Scrub Single Number
Check a list of phone numbers against the litigator database using an HTTP GET request. Use this method for small batches (up to 100 phone numbers).
For batches larger than 100 phone numbers, use the POST method instead.

Request

Headers

string
required
Your API Key (LoginId from your DNCScrub account)

Query Parameters

string
required
Comma-separated list of 10-digit phone numbers to check (maximum 100 numbers for GET requests, up to 10,000 for POST)
integer
Optional campaign ID for tracking purposes
string
Optional project ID for tracking purposes
string
default:"JsonArray"
Output format: JsonArray (default) or JsonObject for Zapier compatibility

Example Request

Response Fields

integer
The 10-digit phone number that was checked
boolean
true if the phone number is associated with a known TCPA litigator, false otherwise

Error Responses

Processing the Response

Security Best Practice

For additional security, pass the loginId in the HTTP header rather than as a query parameter. This prevents your API key from appearing in server logs and browser history.