Skip to main content
POST
/
gb
/
organizations
/
{organization_id}
/
payrolls
/
{payroll_status_id}
/
approve
Approve Payroll
curl --request POST \
  --url https://dev.intermezzo.ai/gb/organizations/{organization_id}/payrolls/{payroll_status_id}/approve \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "externalRef": "<string>",
  "status": "draft",
  "statusId": "<string>"
}

Authorizations

Authorization
string
header
required

Get token from Auth0 and paste it here

Path Parameters

payroll_status_id
required
organization_id
required

Response

Successful Response

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

Payrun status

Available options:
draft,
processing,
approved,
paid
statusId
string
required