Posts > Comment
Reads a single Comment
Reads a single Comment
get/api/2026-07-01/resources/posts/comments/{id}
Path parameters
idstring required
identifiers of the comment
Response
OK
Example response
{
"id": "1",
"post_id": "1",
"author_id": "1",
"text": "How is the week going Ana?",
"created_at": "2024-07-17T00:00:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.