Appearance
Get LinkedIn post reactions
Returns individual reactions for a specific LinkedIn post, including reactor profiles (name, headline/job title, profile picture, profile URL, reaction type). Only works for organization/company page accounts. LinkedIn restricts reaction data for personal profiles (r_member_social_feed is a closed permission).
GET /v1/accounts/{accountId}/linkedin-post-reactions
Returns individual reactions for a specific LinkedIn post, including reactor profiles (name, headline/job title, profile picture, profile URL, reaction type). Only works for organization/company page accounts. LinkedIn restricts reaction data for personal profiles (r_member_social_feed is a closed permission).
Parameters
accountId(path, string) required — The ID of the LinkedIn organization accounturn(query, string) required — The LinkedIn post URNlimit(query, integer) — Maximum number of reactions to return per pagecursor(query, string) — Offset-based pagination start index
Responses
200 — Reactions with reactor profiles
accountId(string)platform(string)accountType(string)username(string)postUrn(string)reactions(array)pagination(object)lastUpdated(string)
400 — Invalid request or platform limitation
error(string)code(string) (enum: missing_urn, invalid_urn, invalid_platform, PLATFORM_LIMITATION)
401
402 — Analytics access required. Legacy plans need the Analytics add-on; included by default on usage-based plans.
403 — Missing required LinkedIn scope
404 — Account or post not found