Email Verifier API · Example Payload

Email Verifier Api Typo Suggest Example

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

Email Verifier Api Typo Suggest 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": "passed",
  "event": "mailboxExists",
  "details": "The mailbox exists.",
  "email": "john.doe@gmial.com",
  "emailSuggested": "john.doe@gmail.com",
  "mailbox": "john.doe",
  "domain": "gmial.com",
  "mxIp": "142.250.190.27",
  "mxLocation": "US",
  "possibleSpamtrap": false,
  "isComplainer": false,
  "isDisposable": false,
  "isFreeService": true,
  "isOffensive": false,
  "isRoleAccount": false,
  "isGibberish": false,
  "remaining": "9939",
  "execution": 0.395
}