Required Parameters: API Key and Numbers
Curl Command:
curl –location ‘https://app.landlineremover.com/api/bulk-list/’
–header ‘Content-Type: application/json’
–header ‘apikey: Your_API_KEY’
–header ‘Cookie: csrftoken=xxxxxxxxxxxxxxxxxxxxxxxxxx’
–data ‘{ “numbers”: [ “xxxxxxxxxx”, “xxxxxxxxxx”, “xxxxxxxxxx” ]}’
Using Curl, you will receive the following response (Use the result_id from the response): Show/Hide Response
{
“status”: “success”,
“total_unique_numbers”: 4,
“remaining_credits”: 4562,
“result_id”: “XXX-XXX-XXX-XXX”
}