mailboxlayer · Example Payload

Mailboxlayer Check Result Example

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

Mailboxlayer Check Result 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": "marketing@example.com",
  "did_you_mean": "",
  "user": "marketing",
  "domain": "example.com",
  "format_valid": true,
  "mx_found": true,
  "smtp_check": true,
  "catch_all": false,
  "role": true,
  "disposable": false,
  "free": false,
  "score": 0.85
}