Email Verifier API · Example Payload

Email Verifier Api Disposable Example

Email VerificationDeliverabilitySMTP CheckBounce PreventionLead ValidationDisposable DetectionSpam Trap DetectionCatch-All DetectionGreylistingRole Account DetectionTypo SuggestionB2B Lead Scoring

Email Verifier Api Disposable Example is an example object payload from Email Verifier API, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statuseventdetailsemailemailSuggestedmailboxdomainmxIpmxLocationpossibleSpamtrapisComplainerisDisposableisFreeServiceisOffensiveisRoleAccountisGibberishremainingexecution

Example Payload

Raw ↑
{
  "status": "failed",
  "event": "mailboxDoesNotExist",
  "details": "The mailbox does not exist.",
  "email": "throwaway@mailinator.com",
  "emailSuggested": null,
  "mailbox": "throwaway",
  "domain": "mailinator.com",
  "mxIp": "198.51.100.10",
  "mxLocation": "US",
  "possibleSpamtrap": false,
  "isComplainer": false,
  "isDisposable": true,
  "isFreeService": false,
  "isOffensive": false,
  "isRoleAccount": false,
  "isGibberish": false,
  "remaining": "9940",
  "execution": 0.221
}