Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.04 KB

WebhookSubscription.md

File metadata and controls

17 lines (13 loc) · 1.04 KB

Bandwidth.Standard.Model.WebhookSubscription

Information about a webhook that Bandwidth should send upon the completion of event customer has subscribed to.

Properties

Name Type Description Notes
Id string [optional]
AccountId string [optional]
CallbackUrl string Callback URL to receive status updates from Bandwidth. When a webhook subscription is registered with Bandwidth under a given account ID, it will be used to send status updates for all requests submitted under that account ID.
Type WebhookSubscriptionTypeEnum [optional]
BasicAuthentication WebhookSubscriptionBasicAuthentication [optional]
CreatedDate DateTime [optional]
ModifiedDate DateTime [optional]

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