Field | Type | Required | Description | Example |
---|---|---|---|---|
event |
components.WebhookEventTypeEnum | ✔️ | Type of event that triggered the webhook. | |
url |
str | ✔️ | URL webhook events are sent to. | https://example.com/shippo-webhook |
active |
Optional[bool] | ➖ | Determines whether the webhook is active or not. | true |
is_test |
Optional[bool] | ➖ | Determines whether the webhook is a test webhook or not. | false |