Skip to main content
POST
/
payrollrun
/
{run_id}
/
approve
Approve Payroll
curl --request POST \
  --url https://sandbox.intermezzo.ai/payrollrun/{run_id}/approve \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "externalRef": "<string>",
  "status": "draft"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

run_id
required

Response

Successful Response

id
string
required
externalRef
string | null
required
status
enum<string>
required

Payrun status

Available options:
draft,
approved,
paid
I