Skip to main content
POST
/
workers
/
{id}
/
reimbursements
/
{reimbursement_id}
/
approve
Approve Worker Reimbursement
curl --request POST \
  --url https://api.roostedhr.com/api/1_12/workers/{id}/reimbursements/{reimbursement_id}/approve \
  --header 'X-API-KEY: <api-key>'
true

Documentation Index

Fetch the complete documentation index at: https://docs.roostedhr.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Worker ID

reimbursement_id
string
required

Reimbursement ID

Response

OK

The response is of type boolean.