Validate email addresses with real-time email validation API

  • Get 100 free credits every month.

SendBridge dashboard
Simple & secure API

Requested using an easy-to-integrate URL structure, delivered in lightweight JSON format, and secured via 256-bit HTTPS encryption.

Detailed validation response

Receive 10+ evaluation factors including validation score.

Full validation

Verify email addresses as they come into your system and make sure you only send email to real customers and high-value contacts.

Save money

Saves time and money in cleaning up your list by validating emails as you collect them.

Email checker API

Welcome to Sendbridge's Email Validation API – the ultimate solution to supercharge your email campaigns!

Say goodbye to bounced emails, fake email addresses, and wasted resources. Our cutting-edge API empowers you with real-time email validation, ensuring your emails reach the right inboxes every time.

With industry-leading accuracy and lightning-fast response times, our API seamlessly integrates into your workflow, providing you with the tools to achieve higher open rates, better engagement, and improved sender reputation.

Don't let invalid email addresses hold you back – discover the power of Sendbridge's Email Validation API today and unlock the full potential of your email marketing efforts!


Getting started with SendBridge API

Start using email validation API within a few minutes.

Create account to get a free API key

Validation API usage

GET https://api.sendbridge.com/v1/validate/<API_TOKEN>/<EMAIL_ADDRESS>

Example:
GET https://api.sendbridge.com/v1/validate/hLxD5h0erBu4WBdRJI9lMi/tested@emailabc123.com

Validation API sample response
{
    "email":"tested@emailabc123.com",
    "freemail":false,
    "valid_syntax":true,
    "abnormal_local_part":false,
    "abnormal_domain":false,
    "local_part_too_long":false,
    "shared":false,
    "valid_tld":true,
    "disposable":false,
    "mx_valid":true,
    "a_valid":"",
    "score":99,
    "time_taken":"0.09"
}
                    
Field Values Description
email email address An original email address that has been submitted for a test.
freemail true / false Is email based on a freemail service like Gmail, Yahoo, Outlook etc.?
valid_syntax true / false Is the email address syntactically valid?
abnormal_local_part true / false Is the email local part (before @) somehow abnormal?
abnormal_domain true / false Is the email domain part (after @) somehow abnormal?
local_part_too_long true / false Is the email local part (before @) longer than is usual?
shared true / false Is the email local part a shared account?
valid_tld true / false Does the email domain have a valid top-level domain (TLD)?
disposable true / false Is the email address based on email disposable service?
mx_valid true / false Does the domain have a valid Mail Exchanger (MX) DNS records?
a_valid true / false Does the domain have a valid A DNS records?
score 0 - 99 A resulting score of email validation. The higher number is better.
time_taken decimal Time taken to process your API request in seconds.
  • Get 100 free credits every month.