GET
/
enrichment
/
persons
/
activities
/
post
/
reposts
{
  "success": true,
  "credits_left": 19934,
  "rate_limit_left": 19999,
  "metadata": {
    "currentPage": 1,
    "pageNumber": 1,
    "perPage": 50,
    "total": 10
  },
  "reposts": [
    {
      "activityDate": "2025-01-20T17:34:18.194Z",
      "author": {
        "authorId": "ACoEEErSbPQBkUq8jPzOZ-apr7bXDd04Q4-hIWX",
        "authorName": "John Doe",
        "authorPublicIdentifier": "john-doe-192b934"
      },
      "activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7284160525581148869/"
    },
    {
      "activityDate": "2025-01-20T17:08:27.433Z",
      "author": {
        "authorId": "ACoEEErSbPQBkUq8jPzOZ-apr7bXDd04Q4-hIWX",
        "authorName": "Lucas Smith",
        "authorPublicIdentifier": "lucas-smith-192b934"
      },
      "activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7284160525581148869/"
    }
  ]
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.

Query Parameters

activityId
string
required

This required parameter is a string. It represents the ID of the activity post you want to retrieve reposts.

Response

200 - application/json
credits_left
integer

Represents the usable credits available for the user account after this query.

metadata
object

Metadata information

rate_limit_left
integer

Represents the usable daily request limit available for the user account after this query.

reactions
object[]

All reposts of a person on a post

success
boolean

Indicates success or failure of api request.