Skip to content

identibyte/identibyte.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Identibyte blog! Identibyte is an API for checking if an email address domain is disposable or free.

Posts

How Identibyte works

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.

License

MIT

Releases

No releases published

Packages

No packages published

Languages