Skip to main content
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

string
API Key
string
required
Must be application/json

Request Body

string
required
Comma-separated list of 10-digit phone numbers to check (up to 10,000 numbers)
integer
Optional campaign ID for tracking purposes
string
Optional project ID for tracking and settings purposes
string
default:"JsonArray"
Optional Output format: JsonArray (default) or JsonObject. By default returns JsonArray.

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

Batch Processing Example

When processing large lists, you may want to batch and process results:

Security Best Practice

For additional security, pass the loginId in the HTTP header rather than in the JSON body. This prevents your API key from appearing in application logs.