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.
body parameters
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
response fields
| Field | Type | Description |
|---|---|---|
| business_email | string | Verified work email, or null. |
| business_email_status | string | verified, risky, or not_found. |
| personal_email | string | Personal inbox, consent-screened. |
| confidence | float | Match confidence, 0–1. |
status codes
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.