Reassigned Authority + Litigator API
The Reassigned Authority + Litigator API combines reassignment checking with litigator database lookup in a single API call. This provides comprehensive risk assessment by checking both if a phone number has been reassigned and whether the owner is a known TCPA litigator.Endpoint
Authentication
Include your API key in theloginId HTTP header:
Parameters
| Parameter | Required | Description |
|---|---|---|
phoneNumber | Yes | 10-digit phone number (no leading 1 or +) |
date | Yes | Consent date to check against |
useSandbox | No | Set to true to use sandbox mode for testing (returns random results) |
Date Formats
Thedate parameter accepts multiple formats:
| Format | Example |
|---|---|
MM/DD/YYYY | 09/29/2021 |
YYYY-MM-DD | 2021-09-29 |
MM/DD/YY | 09/29/21 |
YYYYMMDD | 20210929 |
Single Number Request (GET)
Response
Multiple Number Request (POST)
For checking multiple numbers, use HTTP POST with a JSON body:Response
Response Fields
| Field | Type | Description |
|---|---|---|
PhoneNumber | String | The phone number checked |
IsReassigned | Boolean/null | true = reassigned, false = not reassigned, null = insufficient data |
IsValid | Boolean | true if the number is callable, false if invalid |
LineType | String | Wireless, VoIP, Landline, Paging, or Unknown |
Carrier | String | Original carrier the number was assigned to |
Locale | String | City based on original assignment |
Region | String | State/region based on original assignment |
Country | String | Two-digit ISO country code |
TZ | String | Timezone in IANA format (e.g., America/Los_Angeles) |
UTCOffset | String | UTC offset in minutes |
IsLitigator | Boolean | true if the phone number is associated with a known TCPA litigator |
Risk Assessment
IsReassigned = true
IsReassigned = true
The phone number was reassigned to a new person after the consent date you provided.Action: Do not call this number. Your consent is no longer valid.
IsLitigator = true
IsLitigator = true
The phone number is associated with a known TCPA litigator.Action: Exercise extreme caution. Consider not calling this number.
Both flags false
Both flags false
The number has not been reassigned and is not associated with a known litigator.Action: Safe to call - proceed with your campaign.
Rate Limits
| Limit | Value |
|---|---|
| Numbers per request | 1,000 |