v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBreimbursements
Approve or deny a reimbursement
Approve or deny a reimbursement request.
See Reimbursements in the Guides section for more information, sample requests, and responses.
post/v3/spend/reimbursements/{reimbursementId}/action
Path parameters
reimbursementIdstring required
BILL-generated ID or UUID of the reimbursement
Example:{{se_reimbursement_uuid}}
Headers
apiTokenstring nullable
Access token for Spend & Expense API authentication
Example:{{api_token}}
Request body
Example request
{
"action": "APPROVE",
"note": "Team lunch expense approved"
}Response
Approve or deny a reimbursement response