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

interface ContainerForRegisteredWebhooks {
    webhookRegistrationResult?: RegisteredWebhook[];
}

Properties

webhookRegistrationResult?: RegisteredWebhook[]

A list of registered webhooks.