For non-platform customers - value must be Bearer <token>
where <token>
is api key prefixed with cal_
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
Filter bookings by status. If you want to filter by multiple statuses, separate them with a comma.
Filter bookings by the attendee's email address.
Filter bookings by the attendee's name.
Filter bookings by event type ids belonging to the team. Event type ids must be separated by a comma.
Filter bookings by event type id belonging to the team.
Filter bookings with start after this date string.
Filter bookings with end before this date string.
Sort results by their start time in ascending or descending order.
asc
, desc
Sort results by their end time in ascending or descending order.
asc
, desc
Sort results by their creation time (when booking was made) in ascending or descending order.
asc
, desc
The number of items to return
1 <= x <= 250
The number of items to skip
x >= 0
The response is of type object
.
For non-platform customers - value must be Bearer <token>
where <token>
is api key prefixed with cal_
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
Filter bookings by status. If you want to filter by multiple statuses, separate them with a comma.
Filter bookings by the attendee's email address.
Filter bookings by the attendee's name.
Filter bookings by event type ids belonging to the team. Event type ids must be separated by a comma.
Filter bookings by event type id belonging to the team.
Filter bookings with start after this date string.
Filter bookings with end before this date string.
Sort results by their start time in ascending or descending order.
asc
, desc
Sort results by their end time in ascending or descending order.
asc
, desc
Sort results by their creation time (when booking was made) in ascending or descending order.
asc
, desc
The number of items to return
1 <= x <= 250
The number of items to skip
x >= 0
The response is of type object
.