Skip to main content
POST
Aprobar (firmar) una emisión retenida

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

Authorization
string

Bearer JWT token (the signer's actor subject is derived from it).

X-Idempotency
string

Idempotency key (canonical; legacy alias X-Idempotency-Key).

X-Idempotency-Key
string

Idempotency key (legacy alias).

X-TTL
string

Idempotency key TTL in seconds.

Parámetros de ruta

id
string
requerido

Outbound message id of the parked emission to sign.

Respuesta

OK

correlationId
string
requerido

Request-scoped correlation identifier echoing X-Request-ID.

Ejemplo:

"req-7a3f9c2e"

id
string
requerido

Outbound message id the action was applied to.

Ejemplo:

"6f2c..."

quorumReached
boolean
requerido

True when this signature met the required quorum and flipped the emission to SUBMITTED (approve only).

Ejemplo:

true

status
string
requerido

Post-action message status (SUBMITTED on quorum, PENDING_APPROVAL while awaiting more signers, FAILED on deny).

Ejemplo:

"SUBMITTED"