Webhooks
Test
Sends a sample "ticket.created" payload to the webhook synchronously (the body carries "test": true) and returns the response status code and duration, for verifying the endpoint and signature handling.
POST
/api/{tenant:minlength(2)}/v{version:apiVersion}/webhooks/{id}/test
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response
Response body example
DTO_webhook_test_result
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| http_status_code | Int32 (nullable) | Http status code | |
| ok | Boolean | Ok | |
| error | String | Error | |
| duration_ms | Int64 | Duration ms |
Generated Aug 31, 2026 16:21