Skip to main content
POST
/
intents
/
leads
/
connections
Find connections with a LinkedIn lead
curl --request POST \
  --url https://app.prontohq.com/api/v2/intents/leads/connections \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "linkedin_profile_url": "https://www.linkedin.com/in/john-doe"
}
'
{
  "total": 3,
  "connections": [
    {
      "first_name": "Jane",
      "last_name": "Doe",
      "full_name": "Jane Doe",
      "degree": 1,
      "profile_urn": "urn:li:fs_salesProfile:(ACwAABD5FBQ,NAME_SEARCH,vIqI)",
      "sales_navigator_url": "https://www.linkedin.com/sales/lead/ACwAABD5FBQ,NAME_SEARCH,vIqI/",
      "linkedin_url": "https://www.linkedin.com/in/jane-doe/",
      "profile_picture_url": "https://media.licdn.com/dms/image/...",
      "current_position": {
        "title": "VP Sales",
        "company": "Acme Corp"
      }
    }
  ]
}
Find mutual connections between your LinkedIn account and a target lead via LinkedIn Sales Navigator. Returns 1st-degree connections you share with the target.

Use Cases

  • Find mutual connections with a prospect before reaching out
  • Discover shared alumni, colleagues, or group members with a target

Notes

  • Requires a connected LinkedIn account with Sales Navigator access
  • Accepts public LinkedIn URLs, Sales Nav URLs, or internal URNs

Authorizations

X-API-KEY
string
header
required

Body

application/json
linkedin_profile_url
string<uri>
required

LinkedIn profile URL of the target person. Accepts public profile URLs (/in/...), Sales Navigator URLs (/sales/lead/...), or internal LinkedIn URNs.

Example:

"https://www.linkedin.com/in/john-doe"

Response

Connections found successfully

total
integer

Total number of connections found

Example:

3

connections
object[]

List of mutual 1st-degree connections with the target