cURL
curl --request GET \ --url https://api.surefeedback.com/api/v1/comments \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "data": [ { "id": "990e8400-e29b-41d4-a716-446655440004", "content": "The header looks misaligned on mobile.", "status": "open", "priority": "high", "page_url": "https://example.com/home", "created_by": { "id": "...", "name": "Jane Smith" }, "assigned_to": null, "created_at": "2026-03-01T10:00:00Z" } ], "current_page": 1, "total": 42 } }
Get all comments for a site or page.
X-API-Key: sf_your_api_key_here
open
resolved
in_progress
low
medium
high
25
100
1
Was this page helpful?