latestOpenAPI 3.1.02026-08-211061591.1 MB
69a962f1578f
Comments
Get Comment
Returns a single comment by ID
get/api/v1/comments/{comment_id}
Path parameters
comment_idstring nullable required
String ID of the comment
Example:6XGgmFVcrG5RRjVr
Response
Successful Response
Example response
{
"id": "6XGgmFQrx44wfGHr",
"posted_uid": "1234567",
"content": "Looks good to me.",
"uids_to_notify": [
"1234567"
],
"posted_at": "2025-01-15T10:30:00Z",
"reactions": {
"👍": [
"1234567"
]
}
}