DNC scrubbing
This API feature requires a pre-authorization from a member of our team. Please contact your sales rep or email [email protected] to enable this feature.
/dnc/scrub
Full Url:
Arguments:
- token (string, required)
- name (string, optional) - name of the saved list
- numbers (string, required)
Info: Scrub a series of phone numbers
Note:
numbers
is expected to be a json formatted array of dids. Ex: ["3035551234", "2125551234"]
Example Success
{
"code":200,
"status":"success",
"data":{
"valid":["15555558353","15555552740","15555552741","15555552738"],
"removed":["15555555555"]
}
}
Example Error
{
"code":400,
"status":"error",
"data":"Service not allowed"
}