Skip to main content
GET
Reassigned Authority (GET)
Check if a phone number has been reassigned since a given consent date using the TCPA Authority API. This API uses authoritative data provided directly from carriers.
The date input should be the consent date the customer gave the calling party consent to be called. If IsReassigned returns true, do not call the number.

Request

Headers

string
required
Your API Key (LoginId from your DNCScrub account)

Query Parameters

string
required
10-digit North American phone number (without leading 1 or +)
string
required
Consent date to check reassignment against. Supported formats: MM/DD/YYYY, YYYY-MM-DD, MM/DD/YY, or YYYYMMDD
boolean
default:"false"
(Optional) Set to true to use sandbox mode for testing (returns random results)

Example Request

Response Fields

string
The phone number that was checked
boolean | null
Indicates if the phone was reassigned after the consent date: - true - Reassigned after the date. Do not call. - false - Not reassigned. Safe to call. - null - Insufficient information to determine reassignment status.
boolean
true if the phone number is valid and callable, false if not valid
string
Type of phone line: Wireless, VoIP, Landline, Paging, or Unknown
string
Original carrier the phone number was assigned to
string
City based on original phone number assignment
string
State/region based on original phone number assignment
string
Two-digit ISO country code
string
Timezone in ISO IANA format (e.g., America/Los_Angeles)
string
UTC offset in minutes. Use this to calculate the local time at the phone number.

Error Responses

Processing the Response