Skip to main content

Invite to Follow a Company

This API allows the authenticated user to invite a LinkedIn contact to follow a specific company on LinkedIn. 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 /api/v1/get_profile_details API. In the response of this API, the field profile_id is provided.

You can obtain the company_url by calling the /api/v1/get_company_details API. In the response of this API, the field company_url is provided.

Header Parameters
x-api-key uuid REQUIRED
x-api-secret uuid REQUIRED
Request Body REQUIRED
accountId string REQUIRED
company_url string REQUIRED
profile_id string REQUIRED
Responses
Success
Schema OPTIONAL
status string
request_id string
result object
invited boolean
invitation_id string
Failed
Schema OPTIONAL
status string
request_id string
error string