Skip to main content
The tcpa_authority tool provides phone number reassignment using carrier deactivation data.

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

  • Requires Reassigned Authority access on your DNCScrub account