Docs/Enrich/Get Mobile Phones
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.

linkedin_urlstringoptional
The profile to enrich.
namestringoptional
Full name — use with company_domain.
company_domainstringoptional
Company domain, paired with name.
FieldTypeDescription
mobilestringE.164 mobile number, or null.
line_typestringmobile, landline, or voip.
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.