get https://{company}.{environment}.com/api/v1/time/holidayscalendar//holidays
Get holidays List
Log in to see full request history
Responses
401Unauthorized
403Forbidden
404Not Found
Get holidays List
401Unauthorized
403Forbidden
404Not Found
xxxxxxxxxx
curl --request GET \
--url https://company.keka.com/api/v1/time/holidayscalendar/calendarId/holidays \
--header 'accept: application/json'
xxxxxxxxxx
23{
"succeeded": true,
"message": "string",
"errors": [
"string"
],
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"date": "2025-04-03T16:28:08.167Z",
"isFloater": true
}
],
"pageNumber": 0,
"pageSize": 0,
"firstPage": "string",
"lastPage": "string",
"totalPages": 0,
"totalRecords": 0,
"nextPage": "string",
"previousPage": "string"
}