pub async fn webhooks_list(
    client: &ApiClient,
    workspace_id: Base64Uuid,
    page: Option<i32>,
    limit: Option<i32>
) -> Result<Vec<Webhook>>
Expand description

Retrieve all webhooks for a specific workspace