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.