pub async fn retrieve_webhook_attempt_log_with_id(
configuration: &Configuration,
webhook_attempt_log_id: &str,
) -> Result<WebhookAttemptLogResponse, Error<RetrieveWebhookAttemptLogWithIdError>>
Expand description
Retrieves a single webhook attempt log for the given Id.