pub async fn retrieve_webhook_event_log_with_id(
configuration: &Configuration,
webhook_event_log_id: &str,
) -> Result<WebhookEventLogResponse, Error<RetrieveWebhookEventLogWithIdError>>
Expand description
Retrieves a single webhook event log for the given Id.