Approve an approval step
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Optional free-text note recorded with the approval for audit purposes.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Optional free-text note recorded with the approval for audit purposes.
Approve an approval step.
Records a positive decision on a specific approval step. The approval_step_id should come from pre_offer_approval.current_approval_step.approval_step_id on a contract payload, or from approval.current_approval_step.approval_step_id on a spend requisition payload.
Approval authority is derived from the authenticated service account, not from a field in the request body. The authenticated service account must be linked to a hirer who is currently eligible to approve this step.
If the approved step was the final step in the chain, the parent approval flow transitions to APPROVED. Otherwise the next step in the chain is sent automatically and returned as approval_flow.next_approval_step on the response.