Emailable
Validate/Verify a single email address
Emailable

URL
GET
https://api.emailable.com/v1/verify
GET
API DEFAULT URL:
https://api.zerobounce.net/v2/validate
API U.S.A. URL*:
https://api-us.zerobounce.net/v2/validate
API EU URL:
https://api-eu.zerobounce.net/v2/validateRequest
Params
• apikey
• email
• smtp
• accept_all• timeout
Params
• api_key
• email_batch
• ip_addressResponse
Response example:
{
"accept_all": null,
"did_you_mean": null,
"disposable": false,
"domain": "gmail.com",
"duration": 0.493,
"email": "john.smith@gmail.com",
"first_name": "John",
"free": true,
"full_name": "John Smith",
"gender": "male",
"last_name": "Smith",
"mailbox_full": false,
"mx_record": "aspmx.l.google.com",
"no_reply": false,
"reason": "accepted_email",
"role": false,
"score": 100,
"smtp_provider": "google",
"state": "deliverable",
"tag": null,
"user": "john.smith"
}Response example:
"address": "YourEmail",
"status": "catch-all",
"sub_status": "",
"free_email": false,
"did_you_mean": null,
"account": "youremail",
"domain": "domain.com",
"domain_age_days": "11750",
"smtp_provider": "******",
"mx_found": "true",
"mx_record": "mxa-0*****.gslb.*****ed.com",
"firstname": null,
"lastname": null,
"gender": null,
"country": null,
"region": null,
"city": null,
"zipcode": null,
"processed_at": "2023-07-20 17:10:08.083"
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
API EU URL: https://api-eu.zerobounce.net/v2/validate?api_key=ReplaceWithYourApiKey&email=ReplaceWithYours
HTTP request
Emailable: https://api.emailable.com/v1/verify?email=ReplaceWithYours&api_key=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.
Batch email validator
Emailable

URL
PUT
https://api.emailable.com/v1/batch
POST
https://api.zerobounce.net/v2/validatebatch
https://api-us.zerobounce.net/v2/validatebatch
https://api-eu.zerobounce.net/v2/validatebatchRequest
Params
• api_key
• emails
• url
• response_fields
• retries
• simulateParams
• api_key
• email_batchResponse
Example of successful response:
{
"message": "Batch successfully created.",
"id": "YourJobId"
}Example of successful response:
{"email_batch": [{
"address": "valid@example.com",
"status": "valid",
"sub_status": "",
"free_email": false,
"did_you_mean": null,
"account": null,
"domain": null,
"domain_age_days": "9692",
"smtp_provider": "example",
"mx_found": "true",
"mx_record": "mx.example.com",
"firstname": "zero",
"lastname": "bounce",
"gender": "male",
"country": null,
"region": null,
"city": null,
"zipcode": null,
"processed_at": "2020-09-17 17:43:11.829"
}]}
The ZeroBounce Validate Batch endpoint allows you to validate batches of up to 200 emails simultaneously. To validate more you can use the Bulk email validator.
Account information / Get Credits
Emailable

URL
GET
https://api.emailable.com/v1/account
GET
API DEFAULT URL:
https://api.zerobounce.net/v2/getcredits
API U.S.A. URL*:
https://api-us.zerobounce.net/v2/getcreditsRequest
Params
• api_keyParams
• api_keyResponse
Example of successful response:
{
"owner_email": "john@smith.com",
"available_credits": "1337"
}Example of successful response:
{
"Credits": "1752",
}
HTTP request
ZeroBounce:
API DEFAULT URL: https://api.zerobounce.net/v2/getcredits?api_key=ReplaceWithYourApiKey
API U.S.A. URL*:https://api-us.zerobounce.net/v2/getcredits?api_key=ReplaceWithYourApiKey
HTTP request
Emailable: https://api.emailable.com/v1/account?api_key=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.