Skip to main content
POST
/
api
/
webhooks
/
{id}
/
redeliver
/
{deliveryId}
Redeliver webhook delivery
curl --request POST \
  --url https://atollhq.com/api/webhooks/{id}/redeliver/{deliveryId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

id identifier

deliveryId
string
required

deliveryId identifier

Response

Successful response

The response is of type object.