vellTRDocs
API ReferenceWebhooksResend Delivery

Resend Delivery

POST/v1/deliveries/{id}/resendRecommended

Manually re-queue a webhook delivery (resets the attempt count).

Authentication

Signature Pattern

Dashboard JWT bearer (not the HMAC public API).
HeaderValueDescription
AuthorizationBearer {jwt}Merchant dashboard JWT (from /v1/auth/login)
Content-Typeapplication/jsonRequest content type

Request Example

JSONRequest Body
{}

Response Parameters

FieldTypeExample
deliveryIdstring"whd_0f1a2b3c4d5e"
statusstring"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