Skip to main content
POST
Get my latest followers

Authorizations

Authorization
string
header
required

Access token issued by gtm.service.id. Its access_identity claim carries team_sid, actor_sid and actor_type, and that team scope is authoritative.

Team-SID
string
header
required

Team scope for tokens that do not carry one. Ignored when the token already names a team.

Body

application/json

Request body of get_my_latest_linkedin_followers.

linkedin_account_sid
string
required

LinkedIn account sid (ln_ac_…) of the account being followed.

Required string length: 18
Pattern: ^ln_ac_
page_size
integer

Freshest rows to return / refresh coverage target (1..100, default 50).

Required range: 1 <= x <= 100
cursor
string | null

Opaque forward cursor; the LinkedIn-side refresh runs only on the first page (cursor null).

Response

search success envelope.

success
enum<boolean>
required
Available options:
true
operation
enum<string>
required
Available options:
search
items
object[]
required
pagination
object
required
applied_filters
object
required
includes
string[]
required
meta
object
required
refresh
object
required
counts
object