v1
latestOpenAPI 3.0.32026-07-24156161.2 MBDNC
Get DNC
Use the Get DNC method if you want to retrieve details of the specific DNC. You should add the DNC id to the request.
get/dnc/{id}
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": "*******545",
"phone_normalized": null,
"phone_normalized2": null,
"username": "system"
}
]
}