Represents a webhook listing request.

interface ListWebhooksRequest {
    isDescending?: boolean;
    itemCount?: number;
    startingId?: number;
}

Properties

isDescending?: boolean

Sort by descending order.

itemCount?: number

Number of items to return in the query.

startingId?: number

If null starts at beginning of list.