X-Jicoo-Api-Key: ********************curl --location --request GET '/v1/event_types//available_schedules?periodStart=2020-01-02T20:00:00Z&periodEnd=2020-01-03T20:00:00Z' \
--header 'X-Jicoo-Api-Key: <api-key>'{
"data": [
{
"startedAt": "2026-01-28T09:00:00.000Z",
"remainingCapacity": 1
},
{
"startedAt": "2026-01-28T10:00:00.000Z",
"remainingCapacity": 1
},
{
"startedAt": "2026-01-29T10:00:00.000Z",
"remainingCapacity": 1
}
]
}