Resend Delivery
POST
/v1/deliveries/{id}/resendRecommendedManually re-queue a webhook delivery (resets the attempt count).
Authentication
Signature Pattern
Dashboard JWT bearer (not the HMAC public API).| Header | Value | Description |
|---|---|---|
Authorization | Bearer {jwt} | Merchant dashboard JWT (from /v1/auth/login) |
Content-Type | application/json | Request content type |
Request Example
JSONRequest Body
{}Response Parameters
| Field | Type | Example |
|---|---|---|
deliveryId | string | "whd_0f1a2b3c4d5e" |
status | string | "queued" |
Response Example
JSONResponse
{
"deliveryId": "whd_0f1a2b3c4d5e",
"status": "queued"
}Status Codes
200Success
201Created
400Bad Request
401Unauthorized
404Not Found
429Rate Limited
Try itMock
POSThttps://api.pay.sandbox.kvell.group