cURL
curl --request POST \ --url https://api.sandbox.metriport.com/settings/webhook/retry \ --header 'x-api-key: <api-key>'
import { MetriportMedicalApi } from "@metriport/api-sdk"; const metriportClient = new MetriportMedicalApi("YOUR_API_KEY"); await metriportClient.retryWebhookRequests();
Retries failed webhook requests
Documentation IndexFetch the complete documentation index at: https://docs.metriport.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
Use this file to discover all available pages before exploring further.