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.