Skip to content

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) 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

Responses

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 adId and adCommentsUrl).

401

403 — Inbox addon required