Public holidays
Icelandic public holidays used by timesheets.
Icelandic public holidays used by Curio Time timesheets and the calculation engine.
GET /api/v1/holidays?year={yyyy}&month={optional}
Authorization: Bearer {token}
| Query | Required | Description |
|---|---|---|
year |
Yes | Calendar year |
month |
No | Filter to month (1โ12) |
Roles: Any authenticated user in the company context.
Example
GET /api/v1/holidays?year=2026
{
"success": true,
"data": [
{
"date": "2026-01-01",
"name": "New Year's Day",
"isPublicHoliday": true
},
{
"date": "2026-06-17",
"name": "National Day",
"isPublicHoliday": true
}
],
"errors": null
}
Usage
- Integrations should not hard-code Icelandic holidays โ use this endpoint
- Timesheet
totalsmay includepaidPublicHolidayMinutes,afMinutes,shMinutesderived from this calendar