post https://api.enrow.io/phone/single
This endpoint allows you to run a single phone number search
Run an asynchronous search to find a phone number & the associated country.
The search needs to contain either:
- the URL of a person's LinkedIn profile, for example :
https://www.linkedin.com/in/antoine-dupont-b470a611a/
- the combination of 3 individual information:
firstname
+lastname
+ (company_name
orcompany_domain
)
The LinkedIn URL will always prevail on the individual information if both are present, as it is the best way to discriminate a single person, and avoid homonym-related issues.
Calling this endpoint starts the search, you'll be able to retrieve the results through a webhook notification or by calling the associated GET endpoint.