interface ListWebhookEventsResponse {
    totalCount: number;
    webhookEvents: WebhookEvent[];
}

Properties

totalCount: number

Number of Webhook events matching the requested criteria.

webhookEvents: WebhookEvent[]

Single page of Webhook events matching the requested criteria.