Capvant

Replay a delivery

post
https://sandbox.capvant.com/v1/webhooks/deliveries/{id}/replay
POST
/webhooks/deliveries/{id}/replay

Authorization

ApiKeyAuth
X-API-Key<token>

Lender keys start with cv_live_; Partner keys start with cv_pk_. Shown once at creation, sent on every request.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

Shell
curl -X POST "https://sandbox.capvant.com/webhooks/deliveries/string/replay"
JSON
{  "replayed": true,  "delivered": true,  "http_status": 0}