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
}
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
}