postId (path, string) required — Zernio post ID or platform-specific post ID. Zernio IDs are auto-resolved. LinkedIn third-party posts accept full activity URN or numeric ID.
accountId (query, string) required
subreddit (query, string) — (Reddit only) Subreddit name
limit (query, integer) — Maximum number of comments to return
cursor (query, string) — Pagination cursor
commentId (query, string) — (Reddit only) Get replies to a specific comment
400 — Invalid request, or the postId belongs to a Meta ad creative / ad ID rather than an organic post (code USE_AD_COMMENTS_ENDPOINT — response includes adId and adCommentsUrl).
Get post comments
Fetch comments for a specific post. Requires accountId query parameter.
GET /v1/inbox/comments/{postId}Fetch comments for a specific post. Requires accountId query parameter.
Parameters
postId(path, string) required — Zernio post ID or platform-specific post ID. Zernio IDs are auto-resolved. LinkedIn third-party posts accept full activity URN or numeric ID.accountId(query, string) requiredsubreddit(query, string) — (Reddit only) Subreddit namelimit(query, integer) — Maximum number of comments to returncursor(query, string) — Pagination cursorcommentId(query, string) — (Reddit only) Get replies to a specific commentResponses
200 — Comments for the post
status(string)comments(array)pagination(object)meta(object)400 — Invalid request, or the postId belongs to a Meta ad creative / ad ID rather than an organic post (code USE_AD_COMMENTS_ENDPOINT — response includes
adIdandadCommentsUrl).401
403 — Inbox addon required