Skip to main content
GET
/
comments
/
{comment}
curl -X GET "https://postsyncer.com/api/v1/comments/456" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Get comment

Request

comment
integer
required
Numeric id of the comment (comments.id).
curl -X GET "https://postsyncer.com/api/v1/comments/456" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Response

Comment resource: id, post_id, parent_comment_id, source, platform, content, is_resolved, is_approved, replies, media, user, etc.

Errors

401 · 404 (comment not in an accessible workspace) See Comments overview.