Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 825 Bytes

File metadata and controls

15 lines (12 loc) · 825 Bytes

# UpdateWebhookSettingsRequest

Properties

Name Type Description Notes
_id string Webhook ID to update (required)
name string Webhook name (max 50 characters) [optional]
url string Webhook endpoint URL (must be HTTPS in production) [optional]
secret string Secret key for HMAC-SHA256 signature verification [optional]
events string[] Events to subscribe to [optional]
is_active bool Enable or disable webhook delivery [optional]
custom_headers array<string,string> Custom headers to include in webhook requests [optional]

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