Files
Zomatree e738db98b9 init
2025-10-20 14:41:17 +01:00

1.2 KiB

EntityWebhook

Properties

Name Type Description Notes
resource String Indicates the response contains a webhook subscription object. Will always contain the string webhook for this endpoint. [readonly]
id String The identifier uniquely referring to this subscription. [readonly]
url String The subscription's events destination.
profile_id Option<String> The identifier uniquely referring to the profile that created the subscription. [readonly]
created_at String The subscription's date time of creation. [readonly]
name String The subscription's name.
event_types Vecmodels::WebhookEventTypesResponse The events types that are subscribed.
status models::WebhookStatus
mode models::Mode
_links models::EntityWebhookLinks

[Back to Model list] [Back to API list] [Back to README]