---
title: "Get LinkedIn post reactions"
method: GET
path: "/v1/accounts/{accountId}/linkedin-post-reactions"
tags: ["Analytics"]
---

# Get LinkedIn post reactions

`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).

## Path parameters

- `accountId` string, required

## Query parameters

- `urn` string, required
- `limit` integer
- `cursor` integer

## Response `200`

Reactions with reactor profiles

- object
  - `accountId` string
  - `platform` string
  - `accountType` string
  - `username` string
  - `postUrn` string
  - `reactions` object[]
    - `reactionType` string — LinkedIn reaction enum (LIKE, PRAISE, EMPATHY, INTEREST, APPRECIATION, ENTERTAINMENT)
    - `reactionLabel` string — User-friendly label (Like, Celebrate, Love, Insightful, Support, Funny)
    - `reactedAt` string, date-time
    - `from` object
      - `urn` string — LinkedIn person or organization URN
      - `name` string — Reactor's display name
      - `headline` string — Reactor's headline/job title
      - `username` string — LinkedIn vanity name
      - `profilePicture` string — Profile picture URL
      - `profileUrl` string — Direct link to LinkedIn profile
  - `pagination` object
    - `hasMore` boolean
    - `cursor` string — Offset for next page
    - `total` integer — Total number of reactions (when available)
  - `lastUpdated` string, date-time

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `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

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/5bcceb4c15ba/schema)
