Skip to main content
POST
Reintentar entrega de evento

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

X-Idempotency
string

Idempotency key (canonical).

X-Idempotency-Key
string

Idempotency key (legacy alias).

X-TTL
string

Idempotency key TTL in seconds.

Ejemplo:

"86400"

Parámetros de ruta

deliveryId
string
requerido

Delivery UUID.

Ejemplo:

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

Cuerpo

application/json
reason
string

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

Respuesta

OK

attempts
object[] | null
requerido

Chronological attempt history for the delivery.

correlationId
string
requerido

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

Ejemplo:

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

delivery
object
requerido

The event delivery record.