Skip to main content
POST
Create LinkedIn post (not shipped)

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

linkedin_account_sid
string
required

LinkedIn account sid (ln_ac_…), the authoring account. Identity-bound and non-creditable: REQUIRED, never a pool account.

Required string length: 18
Pattern: ^ln_ac_
text
string
required

Post body (LinkedIn hard cap 3000).

Required string length: 1 - 3000
media
object[]

Up to 9 images / documents, each item exactly one of content_base64 / url.

Maximum array length: 9
visibility
enum<string>

anyone (public, the default) or connections_only.

Available options:
anyone,
connections_only

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
credits
object