Locate a verified mobile or direct business line for a specific person using their LinkedIn profile URL.
cURL
curl --request POST \ --url https://api.blitz-api.ai/v2/enrichment/phone \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "person_linkedin_url": "https://www.linkedin.com/in/antoine-blitz-5581b7373" } '
{ "found": true, "phone": "+1234567890" }
Your Blitz API Key.
"https://www.linkedin.com/in/antoine-blitz-5581b7373"
OK
The response is of type object.
object