is_litigator tool checks if one or more phone numbers are associated with individuals who have filed TCPA (Telephone Consumer Protection Act) or related consumer-protection lawsuits.
Parameters
string[]
required
Phone numbers in 10-digit North American format (e.g.,
"8663625478").string
API key. Only required if not provided via the
x-dncscrub-api-key HTTP header.number
Campaign ID in DNCScrub for usage tracking and sensitivity configuration.
string
Project ID in DNCScrub for usage tracking and sensitivity configuration.
Response
boolean
Whether the API call succeeded.
array
Array of phone check results (when successful).
string
Machine-readable error code (when failed).
string
Human-readable error description (when failed).
Error Codes
Examples
- Request
- Success Response
- Error Response
Usage Notes
- Check multiple numbers in a single request for better performance
- Results are returned in the same order as the input array
- Phone numbers should be 10 digits without formatting (no dashes, spaces, or country code)