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
x-api-key header.
Using a webhook allows you to skip calling this GET endpoint. See How Webhooks Work.
Query Parameters
string
required
The search ID returned from the POST request
Response
200 — Number found
object
The original search parameters
string
Custom value passed in the original request
string
The phone number
string
ISO 3166-1 Alpha-2 country code (e.g.,
"FR", "US")string
found200 — Number not found
object
The original search parameters
string
not_found202 — Search still in progress
string
ongoingError Responses
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.
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.

