Skip to main content
POST
Get scheduled LinkedIn posts

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_linkedin_scheduled_posts.

linkedin_account_sid
string
required

LinkedIn account sid (ln_ac_…), the authoring account. Identity-bound: REQUIRED, posts publish AS this account.

Required string length: 18
Pattern: ^ln_ac_
page_size
integer

Rows per page, the node's own [1, 100] gate. Defaults to 20.

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

The previous page's paging.next_cursor, verbatim. Omit for the first page.

Required string length: 1 - 200
author_organization_id
string

Read a company page's queue instead of the member's own: the bare numeric organization id (as in linkedin.com/company/). The account must administer that page or the queue comes back empty.

Maximum string length: 30
Pattern: ^\d+$

Response

action success envelope.

success
enum<boolean>
required
Available options:
true
operation
enum<string>
required
Available options:
action
action
string
required

kebab-case verb; matches the route segment.

item
any
required
result
object
required
meta
object
required