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://verify-email.maildim.com/api/v1/disposable/[email protected]?apikey={your-apikey-goes-here}
sample API response
{
"disposable": false
}
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.