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

Endpoint

Parameters

Pagination

Use page and perPage to walk through reshares in chunks. The response includes pages (total page count) and totalCount so you can stop when page > pages.

Request Example

Paginated

Authorizations

x-api-key
string
header
required

Path Parameters

urn
string
required

LinkedIn post URN

Query Parameters

page
integer
default:1

Page number (1-indexed). Optional.

Required range: x >= 1
perPage
integer
default:10

Number of items per page. Max 100. Optional.

Required range: 1 <= x <= 100

Response

List of reshared posts

posts
object[]
required
total_count
integer
pages
integer
pagination_token
string