> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retry Webhook requests

> Retries failed webhook requests

## Response

HTTP status code 200 indicating the retry is being processed.

<ResponseExample>
  ```javascript Metriport SDK theme={null}
  import { MetriportMedicalApi } from "@metriport/api-sdk";

  const metriportClient = new MetriportMedicalApi("YOUR_API_KEY");

  await metriportClient.retryWebhookRequests();
  ```
</ResponseExample>
