The Identibyte Blog. Identibyte identifies disposable and free emails in your forms.
Welcome to the Identibyte blog! Identibyte is an API for checking if an email address domain is disposable or free.
You can get started with a simple curl
command:
$ curl -u token: https://identibyte.com/check/user@mvrht.com
{
"email": {
"email": "user@mvrht.com",
"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