GTM Engineer looking for the most complete social signal source? Check out our GTM Unlimited Plans
Help Center Documentation

Connection API: check team member connection

Check if your team member profile is connected with target LinkedIn account


Description

This API endpoint checks LinkedIn 1st degree connection between your team member and 3rd-party profile on LinkedIn.

Requirements

Before using this endpoint, ensure you have set up the **Teamfluence API.**

Endpoint

POST /{profile_id}/members/connection

  • {profile_id} represents your unique profile identifier, which can be found on the Profile page.

Request body

{
    "team_member_urn": "ACoAAUbKozkB0Ac14QsMUREUN3Xe3QOI6XyH_IO",
    "target_urn": "ACoAAAADQucBsupKG5T42i6tR2eFIQ7xNx3SS7V"
}

This endpoint accepts internal LinkedIn profile URNs.

  • team_member_urn - URN of your team member.
  • target_urn - URN of target profile to check connection with

Response details

{
    "is_connected": true
}

is_connected field returns either true or false values.