Skip to content

Like comment

Like or upvote a comment on a post. Supported platforms: Facebook, Twitter/X, Bluesky, Reddit. For Bluesky, the cid (content identifier) is required in the request body.

POST /v1/inbox/comments/{postId}/{commentId}/like

Like or upvote a comment on a post. Supported platforms: Facebook, Twitter/X, Bluesky, Reddit. For Bluesky, the cid (content identifier) is required in the request body.

Parameters

  • postId (path, string) required

  • commentId (path, string) required

Request body

Content-Type: application/json

  • accountId (string) required — The social account ID
  • cid (string) — (Bluesky only) Content identifier for the comment

Responses

200 — Comment liked

  • status (string)
  • commentId (string)
  • liked (boolean)
  • likeUri (string) — (Bluesky only) URI to use for unliking
  • platform (string)

400 — Platform does not support liking comments

401

403 — Inbox addon required