EmailListVerify.com
Validate/Verify a single email address:
EmailListVerify.com | ||
---|---|---|
URL |
GET https://apps.emaillistverify.com/api/verifyEmail |
GET API DEFAULT URL:https://api.zerobounce.net/v2/validate API U.S.A. URL*:https://api-us.zerobounce.net/v2/validate |
Request |
|
|
Response |
Response is one of the below:
|
Response example: "address": "s.krisztian@force.com", |
Examples:
HTTP request
EmailListVerify: https://apps.emaillistverify.com/api/verifyEmail?secret=ReplaceWithYourApiKey&email=ReplaceWithYours
HTTP request
ZeroBounce:
API DEFAULT URL: https://api.zerobounce.net/v2/validate?api_key=ReplaceWithYourApiKey&email=ReplaceWithYours
API U.S.A. URL*: https://api-us.zerobounce.net/v2/validate?api_key=ReplaceWithYourApiKey&email=ReplaceWithYours
*This endpoint uses servers located within the United States. By utilizing this endpoint, you acknowledge and consent to your data being processed on servers in the United States.
A detailed response like the one ZeroBounce offers is important to understand precisely why an email is valid, invalid or tagged as risky.
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
|
Body-type: form-data
|
Response | 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.
Bulk Validation - Get file
EmailListVerify.com | ||
---|---|---|
URL |
GET
https://apps.emaillistverify.com/api/getApiFileInfo |
GET
https://bulkapi.zerobounce.net/v2/getfile |
Request |
Params
|
Params
|
Response |
Example 1992646|ExampleCSV2.csv|no|2|2|finished|1690276887|https://elv-files.s3.eu-central-1.amazonaws.com/2023-07/1b276aab8e876407a77dd1c1ab95***********.csv|https://elv-files.s3.eu-central-1.amazonaws.com/2023-07/1b276aab8e876407a77dd1c1ab95034****************f914_all.csv |
Example "Email Address", "Custom", "Custom", "Custom", "ZB Status", "ZB Sub Status", "ZB Account", "ZB Domain", "ZB First Name", "ZB Last Name", "ZB Gender", "ZB Free Email", "ZB MX Found", "ZB MX Record", "ZB SMTP Provider", "ZB Did You Mean" |
Examples:
HTTP request
ZeroBounce: https://bulkapi.zerobounce.net/v2/getfile?api_key=ReplaceWithYours&file_id=ReplaceWithYours
HTTP request
EmailListVerify: https://apps.emaillistverify.com/api/getApiFileInfo?secret=ReplaceWithYours&id=ReplaceWithYours