Description
Our software identifies temporary email accounts that are used to mask real email addresses and checks them against our frequently updated email provider database.
API Response
{
"input": "john.doe@burner-email.com",
"misc": {
"is_disposable": true
},
// -- snip --
}
Â