Phone Finder
Get Single Phone Result
Retrieve the result of a single Phone Finder search by ID, including the phone number, country code, and qualification status
GET
GET
Retrieve the result of a previously initiated phone search. Authenticate every request with your API key in the
See Error handling for the full list of status codes and response formats. Note that retrieving a result does not consume credits — credits are charged when the search is launched, as described in Credits & billing.
x-api-key header.
Using a webhook allows you to skip calling this GET endpoint. See How Webhooks Work.
Query Parameters
The search ID returned from the POST request
Response
200 — Number found
The original search parameters
Custom value passed in the original request
The phone number
ISO 3166-1 Alpha-2 country code (e.g.,
"FR", "US")found200 — Number not found
The original search parameters
not_found202 — Search still in progress
ongoingError Responses
| Code | Message |
|---|---|
| 400 | Missing id in the query params |
| 500 | Could not retrieve single search results |
Next steps
Find a phone number
Launch a single phone search from a LinkedIn URL.
Get bulk results
Retrieve the results of a bulk phone search.
Webhooks
Get notified automatically when a search completes.
Authentication
How to pass your API key in the x-api-key header.

