Replay a delivery
Resets the delivery to pending and schedules it for the next worker
tick. The same event id is reused so consumers can dedupe with their
existing idempotency store.
Authorizations
API key starting with sk_
Path Parameters
Response
Delivery re-queued
Event id. Sent in the CallingBox-Event-Id header; use it as an idempotency key.
The endpoint this delivery targets. null means this is an
inline delivery from the webhook_url on a call (signed with
the org's default secret).
Lifecycle event types CallingBox emits. Use * in
enabled_events to subscribe an endpoint to every event.
call.queued, call.ringing, call.answered, call.completed, call.failed, call.no_answer, call.busy, call.canceled pending, delivered, exhausted Number of times the delivery was manually replayed.
HTTP status code from the most recent attempt.