Skip to main content
POST
Retry a Webhook request
Retries one webhook request by sending it again to your configured URL. The JSON in the HTTP 200 response is the same payload Metriport sends to your webhook URL (meta plus the webhook body). meta.messageId is the new webhook request ID.
Any presigned URLs in the payload are refreshed when the webhook is sent.

Path Params

string
required
The webhook request ID to retry. Use an id from List Webhook requests.

Response

HTTP status code 200. Body is the outbound webhook payload.
object
required
Webhook metadata for this send.
Remaining fields are the webhook body for that type (same shape as the original send). Example response:

Rate Limits

20 requests per minute per account.