Skip to main content
POST
Retry event delivery

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

X-Idempotency
string

Idempotency key (canonical).

X-Idempotency-Key
string

Idempotency key (legacy alias).

X-TTL
string

Idempotency key TTL in seconds.

Example:

"86400"

Path Parameters

deliveryId
string
required

Delivery UUID.

Example:

"550e8400-e29b-41d4-a716-446655440010"

Body

application/json
reason
string

Optional human-readable reason for the manual retry (max 512 chars), recorded for audit.

Response

OK

attempts
object[] | null
required

Chronological attempt history for the delivery.

correlationId
string
required

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

Example:

"550e8400-e29b-41d4-a716-446655440004"

delivery
object
required

The event delivery record.