KuikCodeDocs
APIReferenceWebhooks

Retry a delivery

POST
/webhooks/deliveries/{deliveryId}/retry

Queues the same payload again, with the same delivery id. Meant for deliveries that ended failed; a pending one is already scheduled.

AuthorizationBearer <token>

An API key from Settings, Developers: Authorization: Bearer kc_live_...

In: header

Path Parameters

deliveryId*string
Length1 <= length

Response Body

application/json

curl -X POST "https://example.com/webhooks/deliveries/string/retry"
Empty