Skip to main content
POST
Review task

Authorizations

api-key
string
header
required
api-sign
string
header
required
api-nonce
string
header
required

Path Parameters

task_id
string
required

Task identifier, a T-prefixed 14-char base32 string.

Example:

"TABCDEF234567A"

Body

application/json
type
string
required

The review decision to record. Must be either approve or deny.

Example:

"approve"

comment
string

Optional free-text comment to attach to the decision. Surfaced in the task's activity timeline.

Example:

"Transaction approved by finance team"

Response

The task's lifecycle state after the decision was applied.

state
string
required

New lifecycle state of the task after the decision was applied. One of pending, approved, rejected, canceled, expired, failed, executed.

Example:

"approved"