post https://example.td.commpeak.com/integrations/adapters/hook/dnc/mass
Use the Mass Approve/Unapprove DNC numbers API endpoint if you want to approve/unapprove multiple blacklisted leads' (DNC) entries at once. You should add the following fields to the request body:#### Request Body- create_missing
(boolean): Set to true to create missing blacklisted leads' entries. - dnc
(array): An array of objects containing the following parameters for each blacklisted lead entry: - phone
(string): The phone number for the blacklisted lead entry. - country_iso
(string): The country ISO code for the phone number. - approved
(integer): The approval status for the blacklisted lead entry. - permanent
(integer): The permanence status for the blacklisted lead entry.