Reassigned Authority (GET)
Reassigned Scrub
Reassigned Authority (GET)
Check if a phone number has been reassigned since a given consent date
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 YYYYMMDDboolean
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 validstring
Type of phone line:
Wireless, VoIP, Landline, Paging, or Unknownstring
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.