curl --request GET \
--url https://dev.intermezzo.ai/gb/organizations/{organization_id}/payrolls/{payroll_status_id}/tasks/payroll-calculation/{task_id}/status \
--header 'Authorization: Bearer <token>'{
"status": "DRAFT",
"statistics": {
"total": 123,
"processed": 123,
"failed": 123
}
}curl --request GET \
--url https://dev.intermezzo.ai/gb/organizations/{organization_id}/payrolls/{payroll_status_id}/tasks/payroll-calculation/{task_id}/status \
--header 'Authorization: Bearer <token>'{
"status": "DRAFT",
"statistics": {
"total": 123,
"processed": 123,
"failed": 123
}
}Get token from Auth0 and paste it here
Was this page helpful?