VERIFICATION TRACE
req_7d10f2MAILBOX
Recipient check
- DNSexample.com resolved12 ms
- MXmx1.example.com selected38 ms
- SMTPRecipient handshake completed241 ms
- TEMPDisposable domain intelligence checkedchecked
Confirm whether an address can receive mail, detect disposable inboxes, and identify catch-all domains before they enter your product or next campaign.
MAILBOX
Recipient check
What you get
Follow DNS and MX records, then ask the receiving mail server whether it will accept the address.
Identify disposable providers and short-lived inbox domains before they become low-quality accounts or leads.
API keys, authenticated access, concurrency controls, and per-user verification history are included.
Inside a verification
A small API surface
Get deliverability, catch-all, and disposable signals in one consistent response so your application can decide what happens next.
curl -X POST https://api.verifyemail.net/api/v1/verifications \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"address":"[email protected]"}'{
"errcode": 0,
"address": "[email protected]",
"is_deliverable": true,
"status": 250,
"catch_all": false,
"disposable": false
}