Skip to main content
POST
Retry DLQ Message

Autorizaciones

Authorization
string
header
requerido

JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.

Encabezados

X-Idempotency
string
requerido

Required idempotency key for safe retries. Use a UUID v4 or unique business identifier. If the same key is sent again and the original request was already processed, the cached response is returned.

See Retries and idempotency for details.

Maximum string length: 255

Parámetros de ruta

messageId
string
requerido

The DLQ message identifier to retry.

Respuesta

Indicates that the DLQ message was re-published to the main queue.

status
enum<string>
requerido

Retry outcome label.

Opciones disponibles:
retried
Ejemplo:

"retried"

messageId
string
requerido

Echoes the DLQ message identifier that was re-published.

Ejemplo:

"019c96a0-d1d2-7e3f-4a5b-6c7d8e9f0a1b"