Skip to main content
POST
Respond to an ActionApproval

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
idempotency-key
string
Maximum string length: 255

Path Parameters

id
required

an ActionApprovalId of the form approval_<32 hex chars> or bapproval_<32 hex chars>

Pattern: ^approval_[0-9a-f]{32}$

Body

application/json
expected_version
integer
required
Required range: x > 0
decision
enum<string>
required
Available options:
approve,
deny
instructions
string
Maximum string length: 8192
acted_as
string
Pattern: ^prin_[0-9a-f]{32}$
standing
object

Response

Success

decision
enum<string>
required
Available options:
approve
approval
object
required
proof
object
required