panelica_webhooks_post_v1_webhooks_id_test
Send a test event to a specific webhook to verify its configuration and delivery. Use this endpoint to confirm that the webhook URL receives payloads correctly.
Instructions
Test webhook
HTTP: POST /v1/webhooks/:id/test Category: Webhooks Required scopes: webhooks:write Mutating: changes server state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter: id | |
| body | No | Request body (application/json). Schema not statically declared — see API docs. |