v1
latestOpenAPI 3.0.32026-07-24156161.2 MBDNC
Get DNC by phone
The Get DNC by phone API method allows you to retrieve details of the DNC specifying by phone number. You should add the phone number to the body request.
get/dnc/phone/{phone}/{country_iso}
Response
Successful operation
Example response
{
"dnc": [
{
"approved": "0",
"approved_by_user_id": "1",
"campaign_lead_id": null,
"first_name": null,
"id": "3",
"last_name": null,
"lead_id": "15",
"lead_phone": null,
"lead_phone2": null,
"permanent": "0",
"phone": "*******585",
"phone_normalized": null,
"phone_normalized2": null,
"username": "system"
}
]
}