POST
/
webhooks
/
{webhookId}
/
deliveries
/
{deliveryId}
/
retry
Retry a failed webhook delivery
curl --request POST \
  --url https://api.balansas.com/functions/v1/customer-api/webhooks/{webhookId}/deliveries/{deliveryId}/retry \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "success": false,
    "attempt_number": 2,
    "status_code": 503,
    "response_time_ms": 1043,
    "error": "Connection failed"
  }
}

Authorizations

x-api-key
string
header
required

Customer API key. Send as x-api-key: sk_... or Authorization: Bearer sk_.... Write operations also require an X-CSRF-Token header (64-char hex).

Response

Success

data
object
required