| Field | Type | Required | Description | Example |
|---|---|---|---|---|
created_at |
int | ✔️ | Webhook creation time in epoch timestamp milliseconds. | 1485997169003 |
event_group |
OptionalNullable[models.WebhookEventGroup] | ➖ | Subscribe to a group of events.all: subscribe to all existing and future event types |
|
events |
List[models.WebhooksType] | ➖ | All events the webhook is subscribed to. Null when event_group = all. |
|
url |
str | ✔️ | The full URL to receive webhook notifications. | https://eva-nerv.shop.com/path/to/hook |
webhook_id |
str | ✔️ | A unique webhook ID. Reference this value to modify or delete the webhook subscription. operations as well. | wh_za7VbYcSQU2zRgGQXQAm-g |