Skip to main content
POST
Test Webhook

路徑參數

string
必填
要測試的 Webhook ID(例如 whk_abc123)。

範例

授權

X-API-Key
string
header
必填

API key authentication. Keys are prefixed with awx_.

路徑參數

id
string
必填

The webhook ID to test (e.g., whk_abc123).

回應

Test event sent successfully.

success
boolean

Whether the test event was delivered successfully.

status_code
integer

HTTP status code returned by the webhook endpoint.

response_time_ms
integer

Response time from the webhook endpoint in milliseconds.