Webhooks
Redeliver the original persisted event
Queue another attempt for the same persisted event and endpoint without creating a duplicate event record.
API key permission: webhooks:write. Send a unique Idempotency-Key and reuse it only when retrying the same request.
Parameters
NameTypeDescription
deliveryIdstring · requiredpath parameter
Idempotency-Keystring · requiredUnique operation key. Reuse it only with the same method, path, and request body.
Standard response headers
HeaderExampleDescription
Stepes-Request-Idb09de4aa-3874-4991-b85c-0bc86e780511Server-generated request identifier for support and audit correlation.
Stepes-API-Version2.0.0Effective Stepes API semantic version.
RateLimit-Policy120;w=60Effective request limit and window for the authenticated key.
RateLimitlimit=120, remaining=119, reset=60Current limit, remaining requests, and reset interval.
Idempotency-ReplayedtruePresent with value true when a stored mutation response is replayed.
Responses
202
Redelivery queued
404
Resource was not found or is not available to this API key
409
Idempotency conflict or invalid lifecycle transition
{
"id": "string",
"object": "webhook_delivery",
"event_type": "quote.created",
"status": "string",
"attempt_count": 1,
"next_attempt_at": "2026-07-23T12:00:00Z",
"delivered_at": "2026-07-23T12:00:00Z"
}