Zerobounce Email Validation API

Zerobounce Email Validation API

Drive up your open rates and ROI with our 98% accurate email validation, A.I.-driven email scoring, and powerful deliverability tools.

API description

Use ZeroBounce's email validation API to increase your email marketing ROI!

Remove invalid email addresses from your list using our unique email verification scrubbing system to prevent email bounces.

Our API will protect your reputation by reducing your bounce rate, remove bad emails to improve overall inbox delivery metrics, and we have a 98% accuracy guarantee.

 

Below you will find the documentation on our API, it's very easy to use and requires SSL.

The response time for our API is between one second and 70 seconds. Since API's are meant to be fast by nature, we limit the amount of time we spend validating an email address. So if we encounter a slow mail server or a mail server with a greylisting algorithm you will get an unknown result. You can always re-validate those conditions, uploading a file to the bulk email validator.

On average 96-98% of all domains will return in 1 to 5 seconds, there are a handful of domains that run off Postfix/Dovecot that have a 20 second connection time for real-time validations and a very small fractional percentage of other domains that are very slow to respond to SMTP inquires. All the major ISP will return in 1 to 3 seconds, which is usually the majority of most email distribution.

The API will return these results in a JSON format using the "Validate" method.

address- The email address you are validating.

status- [valid, invalid, catch-all, unknown, spamtrap, abuse, do_not_mail]

sub-status- [antispam_system, greylisted, mail_server_temporary_error, forcible_disconnect, mail_server_did_not_respond, timeout_exceeded, failed_smtp_connection, mailbox_quota_exceeded, exception_occurred, possible_traps, role_based, global_suppression, mailbox_not_found, no_dns_entries, failed_syntax_check, possible_typo, unroutable_ip_address, leading_period_removed, does_not_accept_mail, alias_address, role_based_catch_all, disposable, toxic]

account- The portion of the email address before the "@" symbol.

domain- The portion of the email address after the "@" symbol.

did_you_mean- Suggestive Fix for an email typo

domain_age_days- Age of the email domain in days or [null].

free_email- [true/false] If the email comes from a free provider.

mx_found- [true/false] Does the domain have an MX record.

mx_record- The preferred MX record of the domain

smtp_provider- The SMTP Provider of the email or [null] [BETA].

firstname- The first name of the owner of the email when available or [null].

lastname- The last name of the owner of the email when available or [null].

gender- The gender of the owner of the email when available or [null].

city- The city of the IP passed in.

region- The region/state of the IP passed in.

zipcode- The zipcode of the IP passed in.

country- The country of the IP passed in.

Processed_at- The UTC time the email was validated.

API Documentation

Endpoints


Real Time Email Validator



                                                                            
GET https://zylalabs.com/api/497/zerobounce+email+validation+api/419/email+validation+version+two
                                                                            
                                                                        

Email Validation Version Two - Endpoint Features
Object Description
email [Required] The email address you want to validate
ip_address [Optional] The IP Address the email signed up from (Optional)
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"address":"[email protected]","status":"catch-all","sub_status":"","free_email":false,"did_you_mean":null,"account":"testing","domain":"zerobounce.net","domain_age_days":"2099","smtp_provider":"g-suite","mx_found":"true","mx_record":"aspmx.l.google.com","firstname":null,"lastname":null,"gender":null,"country":"Australia","region":null,"city":null,"zipcode":null,"processed_at":"2022-10-24 13:30:17.110"}
                                                                                                                                                                                                                    
                                                                                                    

Email Validation Version Two - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/497/zerobounce+email+validation+api/419/[email protected]&ip_address=1.1.1.1' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Our Activity Data feature allows you to gather insights into your subscribers’ overall email engagement. The tool returns data regarding opens, clicks, forwards, and unsubscribes that have taken place in the past 30, 90, 180, or 365 days. Thus, you can improve your targeting and personalization, and run more successful email campaigns.



                                                                            
GET https://zylalabs.com/api/497/zerobounce+email+validation+api/420/email+activity
                                                                            
                                                                        

Email Activity - Endpoint Features
Object Description
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"found":false,"active_in_days":null}
                                                                                                                                                                                                                    
                                                                                                    

Email Activity - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/497/zerobounce+email+validation+api/420/email+activity' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Email Validation Endpoint with IP for Geolocation



                                                                            
GET https://zylalabs.com/api/497/zerobounce+email+validation+api/421/email+validation+with+ip+version+one
                                                                            
                                                                        

Email Validation with IP Version One - Endpoint Features
Object Description
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"address":"[email protected]","status":"Catch-All","sub_status":"","account":"testing","domain":"zerobounce.net","disposable":false,"toxic":false,"firstname":null,"lastname":null,"gender":null,"location":null,"creationdate":null,"processedat":"2022-10-24 13:37:58.725","country":"Australia"}
                                                                                                                                                                                                                    
                                                                                                    

Email Validation with IP Version One - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/497/zerobounce+email+validation+api/421/email+validation+with+ip+version+one' --header 'Authorization: Bearer YOUR_API_KEY' 

    

 Email Validation Endpoint Version 1



                                                                            
GET https://zylalabs.com/api/497/zerobounce+email+validation+api/422/email+validation+version+one
                                                                            
                                                                        

Email Validation Version One - Endpoint Features
Object Description
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"address":"[email protected]","status":"Catch-All","sub_status":"","account":"testing","domain":"zerobounce.net","disposable":false,"toxic":false,"firstname":null,"lastname":null,"gender":null,"location":null,"creationdate":null,"processedat":"2022-10-24 13:41:17.955"}
                                                                                                                                                                                                                    
                                                                                                    

Email Validation Version One - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/497/zerobounce+email+validation+api/422/email+validation+version+one' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Zerobounce Email Validation API REST API, simply include your bearer token in the Authorization header.

Headers

Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.


Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

πŸš€ Enterprise
Starts at $10,000/Year

  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • βœ”οΈŽ Only Pay for Successful Requests
  • βœ”οΈŽ Free 7-Day Trial
  • βœ”οΈŽ Multi-Language Support
  • βœ”οΈŽ One API Key, All APIs.
  • βœ”οΈŽ Intuitive Dashboard
  • βœ”οΈŽ Comprehensive Error Handling
  • βœ”οΈŽ Developer-Friendly Docs
  • βœ”οΈŽ Postman Integration
  • βœ”οΈŽ Secure HTTPS Connections
  • βœ”οΈŽ Reliable Uptime

Zyla API Hub is, in other words, an API MarketPlace. An all-in-one solution for your developing needs. You will be accessing our extended list of APIs with only your user. Also, you won't need to worry about storing API keys, only one API key for all our products is needed.

Prices are listed in USD. We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble with paying by card, just contact us at [email protected]

Sometimes depending on the bank's fraud protection settings, a bank will decline the validation charge we make when we attempt to be sure a card is valid. We recommend first contacting your bank to see if they are blocking our charges. If more help is needed, please contact [email protected] and our team will investigate further

Prices are based on a recurring monthly subscription depending on the plan selected β€” plus overage fees applied when a developer exceeds a plan’s quota limits. In this example, you'll see the base plan amount as well as a quota limit of API requests. Be sure to notice the overage fee because you will be charged for each additional request.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

Just go to the pricing page of that API and select the plan that you want to upgrade to. You will only be charged the full amount of that plan, but you will be enjoying the features that the plan offers right away.

Yes, absolutely. If you want to cancel your plan, simply go to your account and cancel on the Billing page. Upgrades, downgrades, and cancellations are immediate.

You can contact us through our chat channel to receive immediate assistance. We are always online from 9 am to 6 pm (GMT+1). If you reach us after that time, we will be in contact when we are back. Also you can contact us via email to [email protected]

 Service Level
100%
 Response Time
424ms

About Developer:

You put a lot of effort into your emails. We help you land them in the inbox and connect with your customers. Drive up your open rates and ROI with our 98% accurate email validation, A.I.-driven email scoring, and powerful deliverability tools.
ZeroBounce

Useful links:


Category:


Related APIs