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/webhooks \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": [ { "id": "dd0e8400-e29b-41d4-a716-446655440008", "url": "https://myapp.com/webhooks/surefeedback", "events": ["comment.created", "comment.resolved"], "is_active": true, "created_at": "2026-01-01T00:00:00Z" } ] }
Get all webhook subscriptions.
Was this page helpful?