API Reference · Enrich
Get Mobile Phones
Resolve a LinkedIn URL — or a name + company domain — to a carrier-verified mobile number. Line type is validated in real time, so you know whether a number is a live cell before you dial.
POSThttps://app.saleshub.ai/v1/enrich/mobile
$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.
namestringoptional
Full name — use with
company_domain.company_domainstringoptional
Company domain, paired with
name.response fields
| Field | Type | Description |
|---|---|---|
| mobile | string | E.164 mobile number, or null. |
| line_type | string | mobile, landline, or voip. |
| 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.