Skip to main content
GET
Get Webhook

路径参数

string
必填
Webhook ID(例如 whk_abc123)。

示例

授权

X-API-Key
string
header
必填

API key authentication. Keys are prefixed with awx_.

路径参数

id
string
必填

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

响应

Webhook details.

A registered webhook endpoint for receiving real-time event notifications.

id
string

Unique webhook identifier (e.g., whk_abc123).

url
string<uri>

HTTPS URL that receives webhook events.

events
string[]

List of subscribed event types.

status
enum<string>

Webhook status.

可用选项:
active,
inactive
created_at
string<date-time>

ISO 8601 creation timestamp.