Skip to main content
POST
Retry DLQ Message

Autorizações

Authorization
string
header
obrigatório

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

Cabeçalhos

X-Idempotency
string
obrigatório

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 caminho

messageId
string
obrigatório

The DLQ message identifier to retry.

Resposta

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

status
enum<string>
obrigatório

Retry outcome label.

Opções disponíveis:
retried
Exemplo:

"retried"

messageId
string
obrigatório

Echoes the DLQ message identifier that was re-published.

Exemplo:

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