Skip to main content
POST
RND Basic (POST)
Batch query the FCC Reassigned Number Database (RND) to check if multiple phone numbers have been reassigned after given dates.
The FCC Reassigned Number Database only has complete data after January 27, 2021. Numbers with consent dates prior to this date will typically return a blank IsReassigned value.

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
Indicates if the phone was reassigned after the consent date:
  • true - Reassigned. Do not call.
  • false - Not reassigned.
  • null - Insufficient FCC data.
boolean
true if an FCC safe harbor exemption may be available
boolean
true if the response was generated in sandbox mode (test data), false for production data.

Error Responses

Batch Processing Example