Skip to content

Share browser profile

Request

Share a LinkedIn browser profile with another team member.

Security
bearerAuth
Path
idintegerrequired

LinkedIn browser ID.

Bodyapplication/jsonrequired
recipientsArray of strings, (email)required

Email addresses of team members to share with.

Example:
[ "colleague@example.com" ]
POST
/browsers/api/linkedin-browsers/{id}/share
curl -i -X POST \
  'https://leadgen.grinfi.io/browsers/api/linkedin-browsers/{id}/share' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "recipients": [
      "colleague@example.com"
    ]
  }'

Responses

Browser profile shared.