Skip to content

Get LinkedIn post stats

Returns analytics for a specific LinkedIn post by URN. Works for both personal and organization accounts. Saves and sends are only populated for personal accounts (LinkedIn does not expose these metrics on the organization analytics endpoint).

GET /v1/accounts/{accountId}/linkedin-post-analytics

Returns analytics for a specific LinkedIn post by URN. Works for both personal and organization accounts. Saves and sends are only populated for personal accounts (LinkedIn does not expose these metrics on the organization analytics endpoint).

Parameters

  • accountId (path, string) required — The ID of the LinkedIn account

  • urn (query, string) required — The LinkedIn post URN

Responses

200 — Post analytics data

  • accountId (string)
  • platform (string)
  • accountType (string) (enum: personal, organization)
  • username (string)
  • postUrn (string)
  • analytics (object)
  • lastUpdated (string)

400 — Invalid request

  • error (string)
  • code (string) (enum: missing_urn, invalid_urn, invalid_platform)

401

402 — Analytics access required. Legacy plans need the Analytics add-on; included by default on usage-based plans.

403 — Missing required LinkedIn scope

  • error (string)
  • code (string)
  • requiredScope (string)
  • action (string)

404 — Account or post not found

  • error (string)
  • code (string)