Create Webhook
Webhooks
Create Webhook
Register a new webhook endpoint to receive real-time event notifications.
POST
Create Webhook
Register a new webhook endpoint to receive real-time event notifications via HTTP POST.
Request Body
The HTTPS URL that will receive webhook events.
Signing secret used to verify webhook payloads. Must start with
whsec_.Example
Response
Authorizations
API key authentication. Keys are prefixed with awx_.
Body
application/json
Response
Webhook created successfully.
A registered webhook endpoint for receiving real-time event notifications.