Share a LinkedIn browser profile with another team member.
Security
bearerAuth
POST
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"
]
}'