This API allows the authenticated user to view a specific LinkedIn profile.
The profile_id is a unique identifier used by LinkedIn to distinguish individual user profiles. On WeLink, you can obtain the profile_id by calling the actions/get_profile_details API. In the response of this API, the field profile_id is provided. This value should be used as the profile_id when making requests to other WeLink APIs that require a LinkedIn profile reference.
| Header Parameters |
|---|
x-api-key uuid — REQUIRED |
x-api-secret uuid — REQUIRED |
| Request Body — REQUIRED |
|---|
accountId string — REQUIRED |
profile_url string — REQUIRED |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
status string | request_id string | result objectfirst_name string | last_name string | full_name string | title string | location string | industry string | experience object[]name string | title string | description | location | logo string | start_date string | industries string[] |
| company string | image string | public_identifier string | education string | summary string | email string | website | birthday | phone | twitter | connections number | address | is_premium boolean | is_openlink boolean | is_connected boolean | is_following boolean | is_influencer boolean | is_jobseeker boolean | can_send_open_inmail boolean | headline string | followers_count number | tracking_id string | profile_id string | skills string[] |
|
|
| Schema — OPTIONAL |
|---|
status string | request_id string | error string |
|