Statuses
catch_all and unknown deliberately do not block sending. Catch-all
covers a large share of real B2B domains, and refusing to write to them would
cost far more genuine prospects than the occasional bounce it avoids. If you
would rather be strict, turn on Skip unverifiable in the brand’s
deliverability settings.Running a validation
From the dashboard
Select leads in the grid and choose Verify emails. You get a price estimate first — how many addresses are billable versus already known — and the grid shows live progress as the job runs.From the API
lead_ids, a raw emails array, or both. Add
"estimate_only": true to price the run without queueing it.
Response
GET /api/leads/validate/{jobId} for
progress and the per-address breakdown.
This endpoint requires the leads:validate permission on your API key —
deliberately separate from plain write, so a general-purpose key cannot run up
a validation bill.
What you are charged for
One validation credit per probe that actually runs. You are not charged for:- addresses ManyPI already has a fresh result for (results are cached and re-used across your workspace),
- addresses rejected by the cheap pre-check — malformed syntax, or a domain with no MX record at all.
billable and free
so there are no surprises.
Included allowances match your outreach volume exactly (1,000 / 5,000 / 20,000
per seat per month on Starter / Pro / Business), on the principle that verifying
everything you send should cost nothing extra. Beyond that, overage is $0.005
per validation.
Out of credits with overage off, the endpoint returns 402 with
code: "validation_credits_exhausted".
Automatic validation on enroll
By default, enrolling leads into a campaign validates them first. Addresses that come back undeliverable are skipped rather than sent to, which is the single most effective bounce guard there is. Both behaviours are per-brand settings, so an agency’s cold-outbound brand and its warm-referral brand can differ:Reading results
Validation writes onto the lead itself:email_status— one of the statuses aboveemail_provider— the receiving mail provider (Google, Microsoft, …)email_is_role—truefor role addresses likeinfo@orsales@email_validated_at— when it was checked
