Email Address Verification API
Introduction
Email is one of the most underrated customer engagement channels. Many email marketers, sales professionals and customer care team struggle with the quality of their customer email ids. As a result, businesses are losing sales and marketing opportunities.
One of the common reasons is the poor email validation check during account signup or lead generation stage. Many form validation methods only check the syntax of the email address. But, the email verification requires more than syntax check.
Our Email Verification API designed to render fast and straightforward email verification check.
The API provides the following validation:
- Full standard compliance syntax check
- Full domain part check including mail servers configuration check
- Checking against knowing abusive email domains and accounts list
- Check if the email address is disposable or not
You can learn more about our process and get a deeper understanding of email verification methods in our blog post.
Get started
This API is part of the Phone number and Email verification package and is available in free and paid plans. Please visit the Phone number and Email verification package page for limits and pricing information.
Endpoint
Request
Responses
Example query
https://api.bigdatacloud.net/data/email-verify?emailAddress=support@bigdatacloud.com&key=[YOUR API KEY]
Example response
- 1{
- 2"inputData": "support@bigdatacloud.com",
- 3"isValid": true,
- 4"isSyntaxValid": true,
- 5"isMailServerDefined": true,
- 6"isKnownSpammerDomain": false,
- 7"isDisposable": false
- 8}
Schema
Input data
Indicates the verification result
Determines whether the requested value matches the pattern of a valid email address
Determines whether the requested email address’s domain is configured to receive emails
Indicates whether the requested email address’s domain is known as sending spam emails out
Indicates whether the requested email address is disposable