Skip to main content
POST
Approve (sign) a parked emission

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

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.

Path Parameters

id
string
required

Outbound message id of the parked emission to sign.

Response

OK

correlationId
string
required

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

Example:

"req-7a3f9c2e"

id
string
required

Outbound message id the action was applied to.

Example:

"6f2c..."

quorumReached
boolean
required

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

Example:

true

status
string
required

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

Example:

"SUBMITTED"