ApiApprovals
List approval thresholds
Authorization
OAuth2PasswordBearer AuthorizationBearer <token>
In: header
Query Parameters
include_retired?Include Retired
Default
falseCookie Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/api/b/v1/approval-policies"{ "policies": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "subject_type": "payout", "min_amount_minor": 0, "currency": "string", "required_approvals": 0, "is_active": true } ]}Sandbox
Test keys, simulated rails, and amounts that fail on purpose.
Add an approval threshold POST
Add a threshold. It applies to movements raised after this call. Anything already waiting keeps the rule it was raised under - an approver who has already agreed should not find their approval silently no longer counted.