pub async fn retrieve_webhook_with_id(
    configuration: &Configuration,
    webhook_id: &str
) -> Result<WebhookResponse, Error<RetrieveWebhookWithIdError>>
Expand description

Retrieves the webhook for the given Id. If you pass in null for the id, this will return all the webhooks.