React to a post

POSThttps://api.postpress.ai/v1/posts/{id}/reactions

Path parameters

idstringrequired
Path placeholder for `id`.

Request body

account_idstringoptional
Field `account_id`.
reactionstringoptional
Field `reaction`.
{
  "account_id": "acc_linkedin_1",
  "reaction": "like"
}

Response

Returns the canonical resource representation. See Errors for failure shapes.

Updated May 2026