Skip to main content
GET
Get Webhook

Paramètres de chemin

string
requis
ID du Webhook (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 (e.g., whk_abc123).

Réponse

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.

Options disponibles:
active,
inactive
created_at
string<date-time>

ISO 8601 creation timestamp.