Reassigned Authority Plus (POST)
Reassigned Scrub
Reassigned Authority Plus (POST)
Reassigned Authority Plus - Enhanced reassigned number check combining carrier and FCC data
POST
Reassigned Authority Plus (POST)
Batch check multiple phone numbers using TCPA Authority Plus (Enhanced RND), which combines CCC’s authoritative carrier data with the FCC Reassigned Number Database.
For single number lookups, use the GET
method instead.
Request
Headers
Your API Key (LoginId from your DNCScrub account)
Must be
application/jsonRequest Body
Array of phone number objects to check (maximum 1,000 per request)
(Optional) Set to
true to use sandbox mode for testingProject identifier for tracking purposes
Example Request
Response Fields
Each object in the response array contains:The phone number that was checked
Combined result - use this field to determine if to place the call: -
true - Reassigned. Do not call. - false - Not reassigned. Safe to
call. - null - Insufficient information.true if an FCC safe harbor exemption may be availableResult from CCC’s carrier data only. For informational purposes.
true if the response was generated in sandbox mode (test data), false for production data.Error Responses
| Status | Description |
|---|---|
| 400 Bad Request | Invalid request - missing/empty Data property, more than 1,000 phone numbers, or invalid phone/date format |
| 401 Unauthorized | Invalid or missing API key |