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 paginationToken from the previous response to fetch the next page. Stop once the response’s paginationToken is empty or you’ve reached totalCount.

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 comments

comments
object[]
required
totalCount
integer
pages
integer
paginationToken
string