Skip to main content
POST
/
webhooks
/
{id}
/
test
Test webhook
curl --request POST \
  --url https://api.surefeedback.com/api/v1/webhooks/{id}/test \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "Test event delivered",
  "response_status": 200
}

Documentation Index

Fetch the complete documentation index at: https://developer.surefeedback.com/llms.txt

Use this file to discover all available pages before exploring further.

Sends a test event payload to the configured webhook URL. Use this to verify your endpoint is correctly receiving and processing events.

Path parameters

id
string
required
UUID of the webhook to test.
{
  "success": true,
  "message": "Test event delivered",
  "response_status": 200
}