Skip to content

Publish a generated Content Post to LinkedIn​

POST
/product/sites/{siteId}/content-posts/{postId}/linkedin

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required
postId*
Type
string
Required

Request Body​

application/json
JSON
{
  
"text": "string"
}

Responses​

Published or existing LinkedIn publication

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI