Create Organic Post
POST https://{{baseUrl}}/posts
Simplest form of post creation where an organic post is made ith a sample text at a page.
Request Body
{"author"=>"{{organization_urn}}", "commentary"=>"Sample Video Post", "visibility"=>"PUBLIC", "distribution"=>{"feedDistribution"=>"NONE", "targetEntities"=>[{"geoLocations"=>["{{urn_geo}}"], "seniorities"=>["urn:li:seniority:3"]}]}, "content"=>{"media"=>{"title"=>"title of the video", "id"=>"{[urn_video}}"}}, "lifecycleState"=>"PUBLISHED", "isReshareDisabledByAuthor"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
LinkedIn-Version | string | ||
X-Restli-Protocol-Version | string |