RND Basic (GET)
Reassigned Scrub
RND Basic (GET)
Query the FCC Reassigned Number Database for single number lookup
GET
RND Basic (GET)
Query the FCC Reassigned Number Database (RND) to check if a phone number has been reassigned after a given date.
Request
Headers
string
required
Your API Key (LoginId from your DNCScrub account)
Query Parameters
string
required
10-digit North American phone number (without leading 1 or +)
string
required
Consent date to check reassignment against. Supported formats:
MM/DD/YYYY,
YYYY-MM-DD, MM/DD/YY, or YYYYMMDDboolean
default:"false"
(Optional) Set to
true to use sandbox mode for testing (returns random
results)string
Project identifier for tracking purposes
Example Request
Response Fields
string
The phone number that was checked
boolean | null
Indicates if the phone was reassigned after the consent date based on FCC
data: -
true (or 1) - Reassigned after the date. Do not call. -
false (or 0) - Not reassigned. - null (blank) - Insufficient data in the
FCC database to determine.boolean
true if an FCC safe harbor exemption may be available for this numberboolean
true if the response was generated in sandbox mode (test data), false for production data.Error Responses
Processing the Response
When to Use RND Basic vs TCPA Authority
For comprehensive coverage, especially with older consent dates, consider using TCPA Authority instead.