Class NetworksWebhooksSection
Provides access to networks webhooks API endpoints
public class NetworksWebhooksSection
- Inheritance
-
NetworksWebhooksSection
- Inherited Members
Constructors
NetworksWebhooksSection()
public NetworksWebhooksSection()
Properties
HttpServers
Return an HTTP server for a network
public INetworksWebhooksHttpServers HttpServers { get; }
Property Value
PayloadTemplates
Return the list of network webhook payload templates
public INetworksWebhooksPayloadTemplates PayloadTemplates { get; }
Property Value
WebhookTests
Return the status of a webhook test for a network
public INetworksWebhooksWebhookTests WebhookTests { get; }