Skip to main content
POST
/
api
/
v1
/
misc
/
linkedin
/
post
/
reshare
Reshare an existing LinkedIn post
curl --request POST \
  --url https://api.bundle.social/api/v1/misc/linkedin/post/reshare \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "teamId": "<string>",
  "parentPostUrn": "<string>",
  "commentary": "<string>",
  "visibility": "PUBLIC",
  "disableReshare": false
}
'
{
  "success": true,
  "id": "<string>",
  "activity": "<string>",
  "permalink": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Body

teamId
string
required
parentPostUrn
string
required

LinkedIn post URN to reshare

Minimum string length: 1
commentary
string
required
Required string length: 1 - 3000
visibility
enum<string> | null
default:PUBLIC
Available options:
CONNECTIONS,
PUBLIC,
LOGGED_IN,
CONTAINER
disableReshare
boolean | null
default:false

Response

200

success
boolean
required
id
string
required
activity
string | null