Skip to main content
POST
Resend a webhook event

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhookEndpointId
string
required

Public ID of the webhook endpoint (prefixed with we_)

webhookEventId
string
required

ID of the webhook event (prefixed with evt_)

Response

Webhook event re-queued for delivery.

Result of re-queuing a webhook event for delivery.

id
string

ID of the webhook event that was re-queued.

Example:

"evt_9aB0xY4mNpXwZ7bV1aLdt"

resent
boolean
Example:

true