Required Parameters: API Key and result_id (Use the result_id provided in the response of the Bulk List API)
curl –location ‘https://app.landlineremover.com/api/bulk-list/detail/’
–header ‘Content-Type: application/json’
–header ‘apikey: Your_API_KEY’
–header ‘Cookie: csrftoken=xxxxxxxxxxxxxxxxxxxxxxxxxxx’
–data ‘{ “resultid”: “Your_result_id” }’
{
“result_id”: “XXX-XXX-XXX-XXX”,
“api_status”: “COMPLETED”,
“total_numbers”: 4,
“total_credits_charged”: 4,
“reversed_credits_for_duplicates”: 0,
“line_type_info”: {
“”: 1,
“mobile”: 3
},
“dnc_type_info”: {
“clean”: 4
},
“timestamp”: “2024-12-26T05:30:11.609035-05:00”
}