List reactions on a post
GET
https://myagentmail.com/linkedin/posts/{postUrn}/reactionsFor agents View as Markdown
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
postUrnrequired string | URL-encoded urn:li:activity:<id> |
Query parameters
sessionIdrequired string | |
countinteger |
Responses
200application/jsonArray of reactors.
okboolean | |
postUrnstring | |
countinteger | |
reactionsobject[] | |
profileUrnstring | |
slugstring | |
namestring | |
headlinestring | |
reactionTypestring |
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.