Returns the list of available time slots for a give event_id on the specified date. Each returned slot represents a time that a guest can book.
cURL
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": {} } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of available time slots
Show child attributes
Was this page helpful?