Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.surefeedback.com/api/v1/mockup-comments \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "data": [ { "id": "...", "content": "The button color should be darker.", "status": "OPEN", "priority": "MEDIUM", "x_coord": 45.2, "y_coord": 30.1, "created_by": { "name": "Jane Smith" }, "created_at": "2026-03-01T10:00:00Z" } ] }, "pagination": { "current_page": 1, "per_page": 10, "total": 5, "last_page": 1, "has_more": false } }
List comments on a mockup.
10
1
Was this page helpful?