Welcome to the Identibyte blog! Identibyte is an API for checking if an email address domain is disposable or free.
-
{% for post in site.posts %}
- {{ post.title }} {% endfor %}
You can get started with a simple curl
command:
$ curl -u token: https://identibyte.com/check/[email protected]
{
"email": {
"email": "[email protected]",
"disposable": true,
"domain": "mvrht.com",
"valid": true,
"free": false
},
"domain": {
"domain": "mvrht.com"
},
"createdAt": "2018-10-07T23:16:49.840Z"
}
You can also integrate Identibyte with Zapier to purge your Mailchimp lists fro disposable emails. See our post: Remove disposable emails from Mailchimp with Zapier and Identibyte.
Check out our examples page for more information.
MIT