Replay a webhook event
Webhooks
Replay a webhook event
Manually requeue replayable deliveries for a webhook event while their encrypted payloads are still retained.
POST
Replay a webhook event
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the webhook event to replay (e.g. evt_...).
Required string length:
1 - 128Pattern:
^[A-Za-z0-9_-]+$