Skip to main content
PATCH
Set comment and reaction

Authorizations

X-API-Key
string
header
required

API Key for authentication

Path Parameters

postId
string
required

Body

application/json
postId
string<uuid>
required

LinkedIn post identity inside Extrovert.

ownerId
string<uuid>
required

LinkedIn account owner whose comment is addressed. Often a managed account rather than the authenticated user — call user_list-shared first and pick the owner whose LinkedIn profile runs the campaign.

behavior
enum<string>
required

Whether approval posts a comment, a LinkedIn reaction, or both.

Available options:
Comment only,
Comment and react,
React only
reaction
enum<string> | null

LinkedIn reaction to send. Required for Comment and react and React only; must be null or omitted for Comment only.

Available options:
Like,
Celebrate,
Support,
Love,
Insightful,
Funny

Response

status
enum<string>
required

Response status

Available options:
success
data
object | null
required

No response payload

Example:

null

message
string
required

Success message

Example:

"Operation completed successfully"