curl --request GET \
--url https://api.surefeedback.com/api/v1/comments/activity \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": [
{
"id": "activity-001",
"type": "comment.updated",
"action": "updated",
"timestamp": "2026-03-27T10:15:00Z",
"user": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"firstName": "Jane",
"lastName": "Smith",
"email": "[email protected]"
},
"comment": {
"id": "990e8400-e29b-41d4-a716-446655440004",
"content": "The header looks misaligned on mobile.",
"pageUrl": "https://example.com/home",
"pageTitle": "Home"
},
"description": "Jane Smith updated a comment.",
"metadata": {
"comment_id": "990e8400-e29b-41d4-a716-446655440004"
}
}
]
}
Retrieve comment activity logs for a site.
curl --request GET \
--url https://api.surefeedback.com/api/v1/comments/activity \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": [
{
"id": "activity-001",
"type": "comment.updated",
"action": "updated",
"timestamp": "2026-03-27T10:15:00Z",
"user": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"firstName": "Jane",
"lastName": "Smith",
"email": "[email protected]"
},
"comment": {
"id": "990e8400-e29b-41d4-a716-446655440004",
"content": "The header looks misaligned on mobile.",
"pageUrl": "https://example.com/home",
"pageTitle": "Home"
},
"description": "Jane Smith updated a comment.",
"metadata": {
"comment_id": "990e8400-e29b-41d4-a716-446655440004"
}
}
]
}
created, updated, resolved, or replied.50.{
"success": true,
"data": [
{
"id": "activity-001",
"type": "comment.updated",
"action": "updated",
"timestamp": "2026-03-27T10:15:00Z",
"user": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"firstName": "Jane",
"lastName": "Smith",
"email": "[email protected]"
},
"comment": {
"id": "990e8400-e29b-41d4-a716-446655440004",
"content": "The header looks misaligned on mobile.",
"pageUrl": "https://example.com/home",
"pageTitle": "Home"
},
"description": "Jane Smith updated a comment.",
"metadata": {
"comment_id": "990e8400-e29b-41d4-a716-446655440004"
}
}
]
}
Was this page helpful?