v1
latestOpenAPI 3.1.02026-07-26170262.6 KBPeople Enrichment
Find Mobile & Direct Phone
Retrieve a direct mobile phone number from a LinkedIn profile URL.
post/v2/enrichment/phone
Request body
Example request
{
"person_linkedin_url": "https://www.linkedin.com/in/antoine-blitz-5581b7373"
}Response
OK
object required
Example response
{
"found": true,
"phone": "+1234567890"
}