curl --request GET \
--url https://api.surefeedback.com/api/v1/mockup-threads \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": [
{
"id": "...",
"mockup_id": "110e8400-e29b-41d4-a716-44665544000b",
"status": "open",
"comments_count": 3,
"created_at": "2026-03-01T10:00:00Z"
}
]
}
Manage comment threads on a mockup.
curl --request GET \
--url https://api.surefeedback.com/api/v1/mockup-threads \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": [
{
"id": "...",
"mockup_id": "110e8400-e29b-41d4-a716-44665544000b",
"status": "open",
"comments_count": 3,
"created_at": "2026-03-01T10:00:00Z"
}
]
}
{
"success": true,
"data": [
{
"id": "...",
"mockup_id": "110e8400-e29b-41d4-a716-44665544000b",
"status": "open",
"comments_count": 3,
"created_at": "2026-03-01T10:00:00Z"
}
]
}
Was this page helpful?