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.