curl --request GET \
--url https://dev.intermezzo.ai/organizations/{organization_id}/payrolls/pay-groups/{pay_group_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"periodType": "WEEK",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"employees": [
{
"id": "<string>",
"externalRef": "<string>",
"workEmail": "<string>",
"startDate": "2023-12-25",
"endDate": "2023-12-25"
}
]
}curl --request GET \
--url https://dev.intermezzo.ai/organizations/{organization_id}/payrolls/pay-groups/{pay_group_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"periodType": "WEEK",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"employees": [
{
"id": "<string>",
"externalRef": "<string>",
"workEmail": "<string>",
"startDate": "2023-12-25",
"endDate": "2023-12-25"
}
]
}Get token from Auth0 and paste it here
Was this page helpful?