GET
/api-v1/vacation/availability
curl \
--request GET 'https://wyzio.app/api-v1/vacation/availability' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"employeeId": 42,
"salaryPeriods": [
{
"startDate": "2026-05-04T09:42:00Z",
"endDate": "2026-05-04T09:42:00Z"
}
],
"employeeIdName": "string"
}
]