Litigator Scrub Multiple Numbers
Litigator-Only Scrub
Litigator Scrub Multiple Numbers
Check phone numbers against the litigator database using POST request
POST
Litigator Scrub Multiple Numbers
Check a list of phone numbers against the litigator database using an HTTP POST request. Use this method for large batches (over 50 phone numbers, up to 10,000).
Request
Headers
API Key
Must be
application/jsonRequest Body
Comma-separated list of 10-digit phone numbers to check (up to 10,000 numbers)
Optional campaign ID for tracking purposes
Optional project ID for tracking and settings purposes
Optional Output format:
JsonArray (default) or JsonObject. By default
returns JsonArray.Example 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, malformed JSON, or missing required parameters |
| 401 Unauthorized | Invalid or missing API key |
| 404 Not Found | Endpoint not found or invalid URL |
Batch Processing Example
When processing large lists, you may want to batch and process results:Security Best Practice
For additional security, pass theloginId in the HTTP header rather than in the JSON body. This prevents your API key from appearing in application logs.