Skip to main content
GET
/
calendars
/
{event_id}
/
slots
Time Slots Available
curl --request GET \
  --url https://api.calendbook.com/calendars/{event_id}/slots \
  --header 'Authorization: Bearer <token>'
{
  "timezone": "Europe/Rome",
  "booking_type": "standard",
  "slot_list": {
    "2025-08-20T13:00:00Z": {},
    "2025-08-20T13:30:00Z": {},
    "2025-08-20T14:00:00Z": {},
    "2025-08-20T15:00:00Z": {}
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

event_id
string
required

Query Parameters

date
string<date>
required
timezone
string
required

Response

List of available time slots

timezone
string
booking_type
string
slot_list
object