Reassigned Authority (POST)
Reassigned Scrub
Reassigned Authority (POST)
Check multiple phone numbers for reassignment since a given consent date
POST
Reassigned Authority (POST)
Check multiple phone numbers for reassignment since given consent dates using the TCPA Authority API. Use POST for batch processing up to 1,000 numbers per request.
For single number lookups, you can use the GET
method instead.
Request
Headers
Your API Key (LoginId from your DNCScrub account)
Must be
application/jsonRequest Body
Array of phone number and date pairs to check
(Optional) Set to
true to use sandbox mode for testing (returns random
results)Example Request
Response Fields
Each object in the response array contains: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
Error Responses
| Status | Description |
|---|---|
| 400 Bad Request | Invalid request body, phone number format, or date format |
| 401 Unauthorized | Invalid or missing API key |
| 403 Forbidden | Account not authorized for this API or insufficient credits |