Skip to content

Reply to comment

Post a reply to a post or specific comment. Requires accountId in request body.

POST /v1/inbox/comments/{postId}

Post a reply to a post or specific comment. Requires accountId in request body.

Parameters

  • postId (path, string) required — Zernio post ID or platform-specific post ID. LinkedIn third-party posts accept full activity URN or numeric ID.

Request body

Content-Type: application/json

  • accountId (string) required
  • message (string) required
  • commentId (string) — Reply to specific comment (optional)
  • parentCid (string) — (Bluesky only) Parent content identifier
  • rootUri (string) — (Bluesky only) Root post URI
  • rootCid (string) — (Bluesky only) Root post CID

Responses

200 — Reply posted

  • success (boolean)
  • data (object)

401

403 — Inbox addon required