Skip to main content
POST
/
v1
/
webhooks
/
{subscription_id}
/
deliveries
/
{delivery_id}
/
attempts
Redeliver Webhook
curl --request POST \
  --url https://api.example.com/v1/webhooks/{subscription_id}/deliveries/{delivery_id}/attempts \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

subscription_id
string
required
delivery_id
string
required

Response

Successful Response

The response is of type Response Redeliver Webhook V1 Webhooks Subscription Id Deliveries Delivery Id Attempts Post · object.