Headline endpoint
Analyze one email address
Check syntax, role-like or disposable patterns, and attach the destination domain's mail posture in one request.
POST https://api.formatdock.com/v1/tools/email/analyze
- Best when one mailbox needs a faster yes, no, or review decision.
- Useful for signups, contact intake, CRM cleanup, and lead screening.
Headline endpoint
Inspect one domain's mail setup
Resolve MX, SPF, DMARC, MTA-STS, TLS-RPT, and BIMI signals without stitching together your own DNS checks.
POST https://api.formatdock.com/v1/tools/domain/analyze
- Best when one domain needs a compact technical posture check.
- Useful for intake review, operator diagnostics, and mail-domain inspection.
Headline endpoint
Batch-validate email lists
Validate and classify a newline-separated email list when one-by-one mailbox checks are too slow or awkward.
POST https://api.formatdock.com/v1/tools/email/batch-validate
- Best when the job is import-sized rather than single-record.
- Useful for cleanup passes before a CRM sync or list review.