Automate email quality validation with Sendbridge email verification API.
The API is very easy to use. Just create an account and set up your first API key.
Usage:
GET https://api.sendbridge.com/v1/validate/<API_TOKEN>/<EMAIL_ADDRESS>
Example:
GET https://api.sendbridge.com/v1/validate/hLxD5h0erBiqmPRbkrjJu4WBdRJI9lMi/[email protected]
Sample email verification API response
{ "email":"[email protected]", "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" }
Email verification API response fields description
Field | Values | Description |
---|---|---|
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 verification. The higher number is better. |
time_taken | decimal | Time taken to process your API request in seconds. |
Requested using an easy-to-integrate URL structure, delivered in lightweight JSON format, and secured via 256-bit HTTPS encryption.
Verify existence, validity and quality of any email address simply by passing it into the request URL.
Verify email addresses as they come into your system and make sure you only send email to real customers and high-value contacts.