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
Your API Key (LoginId from your DNCScrub account)
Query Parameters
10-digit North American phone number (without leading 1 or +)
Consent date to check reassignment against. Supported formats:
MM/DD/YYYY,
YYYY-MM-DD, MM/DD/YY, or YYYYMMDD(Optional) Set to
true to use sandbox mode for testing (returns random
results)Example Request
Response Fields
The phone number that was checked
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.true if the phone number is valid and callable, false if not validType of phone line:
Wireless, VoIP, Landline, Paging, or UnknownOriginal carrier the phone number was assigned to
City based on original phone number assignment
State/region based on original phone number assignment
Two-digit ISO country code
Timezone in ISO IANA format (e.g.,
America/Los_Angeles)UTC offset in minutes. Use this to calculate the local time at the phone
number.
Error Responses
| Status | Description |
|---|---|
| 400 Bad Request | Invalid phone number format, invalid date format, or missing required parameters |
| 401 Unauthorized | Invalid or missing API key |
| 403 Forbidden | Account not authorized for this API or insufficient credits |