Skip to main content
POST
Test Webhook

Parámetros de ruta

string
requerido
ID del Webhook a probar (por ejemplo, whk_abc123).

Ejemplo

Autorizaciones

X-API-Key
string
header
requerido

API key authentication. Keys are prefixed with awx_.

Parámetros de ruta

id
string
requerido

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

Respuesta

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.