Fetch Profile v2
The Fetch endpoint within the API facilitates the retrieval of specific profiles from the database based on their unique identifiers (profile IDs or LinkedIn usernames). This endpoint is designed to provide detailed information about individual profiles stored in the database, allowing users to access profile connections, lists, notes, and tags.
By default, the response contains the profile connections or team members that are connected to the profile. The API user may specify additional data about the profile in the fields
object that accepts the following values:
connections | List of team members who are connected to the given profile. The connection details are included (see Models > Profile) |
tags | Tags assigned to the profile |
lists | Lists the profile is assigned to |
notes | List of notes assigned to the profile. Private notes are not included. |
profile_info | Detailed profile data, e.g. work experience, education, etc. |
Mind that
investorData
is no longer allowed in the list of fields to fetch.investor_data
form now on is nested in theprofile_info
. More details in Models > Profile.
To see a full response of the Fetch endpoint see Models > Profile