> ## 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.

# Test webhook

> Send a test payload to a webhook endpoint.

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

## Path parameters

<ParamField path="id" type="string" required>
  UUID of the webhook to test.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "message": "Test event delivered",
    "response_status": 200
  }
  ```
</ResponseExample>
