Litigator Scrub Single Number
Litigator-Only Scrub
Litigator Scrub Single Number
Check phone numbers against the litigator database using GET request
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
Your API Key (LoginId from your DNCScrub account)
Query Parameters
Comma-separated list of 10-digit phone numbers to check (maximum 100 numbers
for GET requests, up to 10,000 for POST)
Optional campaign ID for tracking purposes
Optional project ID for tracking purposes
Output format:
JsonArray (default) or JsonObject for Zapier compatibilityExample Request
Response Fields
The 10-digit phone number that was checked
true if the phone number is associated with a known TCPA litigator, false
otherwiseError Responses
| Status | Description |
|---|---|
| 400 Bad Request | Invalid phone number format or missing required parameters |
| 401 Unauthorized | Invalid or missing API key |
| 404 Not Found | Endpoint not found or invalid URL |
Processing the Response
Security Best Practice
For additional security, pass theloginId in the HTTP header rather than as a query parameter. This prevents your API key from appearing in server logs and browser history.