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’
–data ‘{ “numbers”: [ “Your_FIRST_NUMBER”, “Your_SECOND_NUMBER”, “Your_THIRD_NUMBER” ]}’
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”: “Your_RESULT_ID”
}