Docs/Enrich/Get Verified Emails
API Reference · Enrich

Get Verified Emails

Resolve a LinkedIn URL — or a name + company domain — to verified business and personal email addresses. Every email is SMTP-checked, so deliverability is confirmed before it reaches you. Bounce rate is held under 2%.

POSThttps://app.saleshub.ai/v1/enrich/emails
$0

No per-row cost. Every Saleshub plan is flat and unlimited — responses always return credits_used: 0. Page through results freely.

linkedin_urlstringoptional
The profile to enrich. Slugs (e.g. janepark) are normalised automatically.
namestringoptional
Full name — use with company_domain when you don't have a URL.
company_domainstringoptional
Company domain, paired with name.
typestringoptionaldefault: both
Which addresses to return.
businesspersonalboth+ more
FieldTypeDescription
business_emailstringVerified work email, or null.
business_email_statusstringverified, risky, or not_found.
personal_emailstringPersonal inbox, consent-screened.
confidencefloatMatch confidence, 0–1.
200Success.
400Bad request — the body could not be processed.
401Unauthorized — invalid or missing API key.
404Not found — no match for the data provided.
422Invalid input — a filter value isn't a supported enum.
429Rate limited — retry after the Retry-After header.