API Reference · Enrich
Full Business Profile
Resolve any identifier — LinkedIn URL, business email, or company domain — to a complete profile: job title, company firmographics, technographics, and verified contact data, all in one call.
POSThttps://app.saleshub.ai/v1/enrich/profile
$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
Resolve a person by profile URL.
emailstringoptional
Resolve a person by their business email.
domainstringoptional
Resolve a company by its website domain.
response fields
| Field | Type | Description |
|---|---|---|
| name | string | Full name (person lookups). |
| title | string | Current job title. |
| company | object | Nested firmographics: name, domain, industry, ranges. |
| business_email | string | Verified work email. |
| mobile | string | Carrier-verified mobile. |
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.