Skip to main content
POST
Requeue a quarantined consignado inbox item

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

X-Idempotency
string
required

Canonical idempotency request ID. Required: this request moves money, and without a key a retry cannot be told apart from a second instruction.

Path Parameters

inbox
string
required

Which durable inbox the item belongs to.

id
string<uuid>
required

The quarantined item's identifier.

Response

OK

id
string
required

The item's identifier.

inbox
string
required

The inbox the item belongs to.

requeued
boolean
required

True when the item was quarantined and is now back on the queue.

requeuedAt
string
required

UTC instant of the requeue (RFC3339).