Send a Test Webhook
POST/v1/org/:org_id/webhooks/:webhook_id/test
Send an example packet batch to the configured webhook URL to test webhook delivery
(connectivity, authentication, and response handling). Uses the same request shape as
live delivery (JSON packet batch plus HTTP-X-HUBBLE-TOKEN when a secret is configured).
The example packet is ephemeral and is not persisted after one attempt.
Required Scope: write-webhooks
Request
Responses
- 200
- 400
- 404
- 500
Result of the test webhook delivery attempt
Bad Request
Not Found
Internal Server Error