Skip to main content
The is_reassigned_number tool checks if a phone number has been reassigned to a new owner since consent was given, using the FCC Reassigned Numbers Database (RND).

When to Use

  • Use this tool before calling to ensure consent is still valid. If a number has been reassigned, the original consent no longer applies to the new owner.
  • Safe harbor is required

Parameters

phoneNumbers
array
required
Array of objects containing phone numbers and consent dates.
loginId
string
API key. Only required if not provided via the x-dncscrub-api-key HTTP header.

Response

success
boolean
Whether the API call succeeded.
results
array
Array of results, one per phone number.
errorCode
string
Machine-readable error code (when failed).
errorMessage
string
Human-readable error description (when failed).

Examples

{
  "phoneNumbers": [
    {
      "phoneNumber": "5039367187",
      "consentDate": "2023-06-15"
    }
  ]
}

Usage Notes

  • Always provide the actual consent date, not the current date
  • A null result with hasSafeHarbor: true may still be safe to call under FCC safe harbor provisions