The Disposable Email API can be used to check for an email address or domain against a frequently-updated list of disposable domains. It simply returns whether the domain is a disposable email domain or not.

API Usage

Using the disposable email API endpoint is pretty straightforward. All you need to do is perform a GET request on the main lookup endpoint using the following schema.

curl -X GET https://mailinput.com/api/v1/disposable/[email protected]?apikey={your-apikey-goes-here}

sample API response

{
        "disposable": false
}

What is a disposable email address?

Disposable email addresses are one-time use addresses. Sometimes they are forwarded to a real address to track sites that send other unsolicited mail. Othertimes they are used once and ignored completely. For business services and newsletter signups, disposable emails addresses are low quality emails to collect.