Poll a Phone Enrichment
Returns the current state of a phone enrichment request. While the waterfall is running status is pending or processing. When finished status is completed (with the numbers in phone_numbers) or not-found (every eligible provider was exhausted without a number that passed validation). phone_numbers is populated only on a completed request and is an empty array otherwise. Polling is a fallback for the callback and is safe to call repeatedly — a request is never charged twice.
callback_url webhook — it is safe to call repeatedly, and a request is never charged twice regardless of how often you poll.
Path Parameters
Status lifecycle
phone_numbers is returned only on a completed request. Until then the field is an empty array, even if we already hold numbers for that profile from an earlier lookup.Response (200) — completed
phone_numbers is everything we hold for that LinkedIn profile, not only what this request discovered — a profile enriched twice returns the accumulated list both times.
Phone number object
Validation object
landline, and is not tier P3; anything else sends the waterfall on to the next provider. Numbers that were rejected on the way may still appear in the array from earlier passes, so filter on validation rather than assuming every entry is dial-worthy.
Response (200) — still running
Errors
Authorizations
Team-scoped API key generated in the Salesfinity dashboard under Settings -> Connections & API. A missing or invalid key returns HTTP 403.
Path Parameters
The enrichment request _id returned by POST /v1/api/enrichment/phone.
Response
Current state of the enrichment request.
Enrichment request ID. Use this to poll GET /v1/api/enrichment/phone/{id}, and to match the request_id in the callback.
"507f1f77bcf86cd799439011"
Current state of the request. completed means the waterfall finished; not-found means no number passed validation. Phone enrichment never resolves to failed.
pending, processing, completed, not-found The LinkedIn profile URL the request was created with.
"https://www.linkedin.com/in/username"
The username extracted from the LinkedIn URL.
"username"
Always contact for phone enrichment.
contact Every number held for the profile, not only the ones this request discovered. Populated only when status is completed; an empty array otherwise. Absent from the response to POST /v1/api/enrichment/phone.
"2026-08-27T10:15:04.221Z"
"2026-08-27T10:16:38.904Z"