cURL
curl --request PUT \ --url https://api.surefeedback.com/api/v1/webhooks/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "url": "<string>", "events": [ {} ], "is_active": true } '
{ "success": true, "data": { "id": "dd0e8400-e29b-41d4-a716-446655440008", "is_active": false } }
Update a webhook’s URL, events, or active status.
Was this page helpful?