All endpoints

List reactions on a post

GEThttps://myagentmail.com/linkedin/posts/{postUrn}/reactions

Fetch reactors on a LinkedIn post. Returns each reactor's profile URN, name, headline, and reaction type (LIKE / CELEBRATE / SUPPORT / LOVE / INSIGHTFUL / FUNNY).

Quota: one engagement_poll slot per call. LinkedIn's per-call rate-limiter cares about call count, not response size — large count values are no more expensive than small ones.

Path parameters

postUrn
required
string

URL-encoded urn:li:activity:<id>

Query parameters

sessionId
required
string
count
integer

Responses

200application/jsonArray of reactors.
ok
boolean
postUrn
string
count
integer
reactions
object[]
profileUrn
string
slug
string
name
string
headline
string
reactionType
string
404Session not found.
429Daily quota exceeded for this session.

Authentication

Send your API key in the X-API-Key header (or Authorization: Bearer <key>). Any prefix accepted by this endpoint — tk_, wk_, ak_, or sa_ — is documented in the key prefix table.