Field | Type | Required | Description | Example |
---|---|---|---|---|
webhook_id |
str | ✔️ | Unique identifier for this webhook. | ec7e1848-dc80-4ab0-8827-dd7fc0737b43 |
url |
str | ✔️ | The URL of the webhook endpoint. Event payloads will be delivered to this URL. | |
status |
models.Status | ✔️ | The status of the resource. | |
event_types |
List[str] | ✔️ | The list of event types that the webhook is subscribed to.["*"] indicates the webhook is subscribed to all current and future event types. |
|
created_on |
date | ✔️ | N/A | |
updated_on |
date | ✔️ | N/A | |
description |
Optional[str] | ➖ | An optional description of what the webhook is used for. | |
last_used_on |
date | ➖ | N/A |