BULK EMAIL VALIDATOR- SEND FILE
EmailListVerify.com

URL
POST
https://apps.emaillistverify.com/api/verifApiFile?secret=YourApiKey
POST
https://bulkapi.zerobounce.net/v2/sendfile
Request
Body-type: form-data
• secret
• filename
• file_contentsBody-type: form-data
• file
• api_key
• return_url
• email_address_column
• first_name_column
• last_name_column
• gender_column
• ip_address_column
• has_header_rowResponse
The response we get contains the uploaded file ID and nothing else.
Example of successful response:
{
"success": true,
"message": "File Accepted",
"file_name": "ExampleCSV2.csv",
"file_id": "55634bf2-872b-439c-8ac4-0c7xxxxxxxxx"
}
Only the bolded parameters are mandatory. Anything else is entirely optional and should not be included in the API request if they will be left blank.