mailboxlayer · Example Payload

Mailboxlayer Check Result Free Example

EmailEmail VerificationEmail ValidationSMTPMX RecordsCatch-All DetectionDisposable EmailFree Email ProviderRole AddressQuality ScoreapilayerPublic APIs

Mailboxlayer Check Result Free Example is an example object payload from mailboxlayer, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

emaildid_you_meanuserdomainformat_validmx_foundsmtp_checkcatch_allroledisposablefreescore

Example Payload

Raw ↑
{
  "email": "john.smith@gmail.com",
  "did_you_mean": "",
  "user": "john.smith",
  "domain": "gmail.com",
  "format_valid": true,
  "mx_found": true,
  "smtp_check": true,
  "catch_all": false,
  "role": false,
  "disposable": false,
  "free": true,
  "score": 0.65
}