interface ListWebhooksResponse {
    totalCount: number;
    webhooks: Webhook[];
}

Properties

Properties

totalCount: number

Number of Webhooks matching the requested criteria.

webhooks: Webhook[]

Single page of Webhooks matching the requested criteria.