Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.21 KB

Webhook.md

File metadata and controls

20 lines (15 loc) · 1.21 KB

Webhook

Properties

Name Type Description Notes
unified_api UnifiedApiId
status Status
delivery_url DeliveryUrl
execute_base_url ExecuteBaseUrl
events [WebhookEventType] The list of subscribed events for this webhook. [`*`] indicates that all events are enabled.
id str [optional] [readonly]
description str, none_type A description of the object. [optional]
disabled_reason str Indicates if the webhook has has been disabled as it reached its retry limit or if account is over the usage allocated by it's plan. [optional]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]

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