Skip to main content
GET
This endpoint is in beta. Please report any issues to support@theswarm.com

Endpoint

Parameters

Pagination

Use perPage to set the page size, then pass the pagination_token from the previous response to fetch the next page. Stop once the response’s pagination_token is empty or you’ve reached total_count.

Request Example

Paginated

Authorizations

x-api-key
string
header
required

Path Parameters

urn
string
required

LinkedIn post URN

Query Parameters

perPage
integer
default:10

Number of items per page. Max 100. Optional.

Required range: 1 <= x <= 100
paginationToken
string

Pagination token from the previous response. Omit to fetch the first page.

Response

List of reshared posts

posts
object[]
required
total_count
integer
pages
integer
pagination_token
string