pub async fn search_webhooks_with_id(
configuration: &Configuration,
webhook_search_request: Option<WebhookSearchRequest>,
) -> Result<WebhookSearchResponse, Error<SearchWebhooksWithIdError>>
Expand description
Searches webhooks with the specified criteria and pagination.