cURL
curl --request PATCH \ --url http://localhost:4000/v1/signing/approval-config \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "threshold_amount": "1000", "timeout_minutes": 30, "enabled": true } '
Creates or updates the dual approval configuration. Admin only.
Use this format: ApiKey <your_api_key>
ApiKey <your_api_key>
Integrator ID (required for ADMIN scope)
Threshold amount above which approval is required
"1000"
Timeout in minutes for approval requests
30
Enable or disable dual approval
true