Appearance
Post a reply to a post or specific comment. Requires accountId in request body.
POST /v1/inbox/comments/{postId}
postId
Content-Type: application/json
application/json
accountId
message
commentId
parentCid
rootUri
rootCid
200 — Reply posted
success
data
401
403 — Inbox addon required
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/jsonaccountId(string) requiredmessage(string) requiredcommentId(string) — Reply to specific comment (optional)parentCid(string) — (Bluesky only) Parent content identifierrootUri(string) — (Bluesky only) Root post URIrootCid(string) — (Bluesky only) Root post CIDResponses
200 — Reply posted
success(boolean)data(object)401
403 — Inbox addon required