Skip to main content
POST
Aprovar (assinar) uma emissão retida

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Cabeçalhos

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 caminho

id
string
obrigatório

Outbound message id of the parked emission to sign.

Resposta

OK

correlationId
string
obrigatório

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

Exemplo:

"req-7a3f9c2e"

id
string
obrigatório

Outbound message id the action was applied to.

Exemplo:

"6f2c..."

quorumReached
boolean
obrigatório

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

Exemplo:

true

status
string
obrigatório

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

Exemplo:

"SUBMITTED"