RND Basic (POST)
Reassigned Scrub
RND Basic (POST)
Batch query the FCC Reassigned Number Database
POST
RND Basic (POST)
Batch query the FCC Reassigned Number Database (RND) to check if multiple phone numbers have been reassigned after given dates.
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
Indicates if the phone was reassigned after the consent date:
true- Reassigned. Do not call.false- Not reassigned.null- Insufficient FCC data.
true if an FCC safe harbor exemption may be availabletrue if the response was generated in sandbox mode (test data), false for production data.Error Responses
| Status Code | Description |
|---|---|
| 400 Bad Request | The data property is missing or empty, more than 1,000 phone numbers, or invalid phone number/date format |
| 401 Unauthorized | Invalid or missing API key |