Container for a list of registered webhooks. Webhook details are returned in the same order as the request.

interface ContainerForRegisteredWebhooks {
    webhookRegistrationResult?: Version3.Version3Models.RegisteredWebhook[];
}

Properties

webhookRegistrationResult?: Version3.Version3Models.RegisteredWebhook[]

A list of registered webhooks.