TestWebhook sends a test event to verify webhook configuration.
POST/api/v1/ticketing/webhooks/:id/test
Sends a test payload and reports the response. Use this to verify URL, authentication, and endpoint availability.
Errors
- NOT_FOUND: Webhook does not exist
- PERMISSION_DENIED: Caller lacks webhook:admin permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.