Skip to main content
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

string
required
Your API Key (LoginId from your DNCScrub account)
string
required
Must be application/json

Request Body

array
required
Array of phone number objects to check (maximum 1,000 per request)
boolean
(Optional) Set to true to use sandbox mode for testing
string
Project identifier for tracking purposes

Example Request

Response Fields

Each object in the response array contains:
string
The phone number that was checked
boolean | null
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.
boolean
true if an FCC safe harbor exemption may be available
boolean | null
Result from CCC’s carrier data only. For informational purposes.
boolean
true if the response was generated in sandbox mode (test data), false for production data.

Error Responses

Batch Processing Example