Skip to main content
POST
/
webhooks
/
deliveries
/
{deliveryId}
/
replay
cURL
curl --request POST \
  --url https://api.useanima.sh/v1/webhooks/deliveries/{deliveryId}/replay \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": "<unknown>",
  "deliveryId": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

deliveryId
string
required

Delivery to re-enqueue

Pattern: ^[0-9a-z]+$

Body

application/json

Replay a dead-lettered webhook delivery

Response

200 - application/json

OK

Replay confirmation

success
any
required
deliveryId
string
required
Pattern: ^[0-9a-z]+$