Skip to main content
POST
Test Webhook

Paramètres de chemin

string
requis
ID du Webhook à tester (par exemple, whk_abc123).

Exemple

Autorisations

X-API-Key
string
header
requis

API key authentication. Keys are prefixed with awx_.

Paramètres de chemin

id
string
requis

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

Réponse

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.