Skip to main content
POST
Test Webhook

Path Parameters

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

Example

Authorizations

X-API-Key
string
header
required

API key authentication. Keys are prefixed with awx_.

Path Parameters

id
string
required

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

Response

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.