Create routing form response and get available slots
Required membership role: org admin. PBAC permission: routingForm.create. Learn more about API access control at https://cal.com/docs/api-reference/v2/access-control. If accessed using an OAuth access token, the ORG_ROUTING_FORM_WRITE scope is required.
Headers
value must be Bearer <token> where <token> is api key prefixed with cal_
Query Parameters
"2050-09-05"
"2050-09-06"
Time zone in which the available slots should be returned. Defaults to UTC.
"Europe/Rome"
If event type has multiple possible durations then you can specify the desired duration here. Also, if you are fetching slots for a dynamic event then you can specify the duration her which defaults to 30, meaning that returned slots will be each 30 minutes long.
"60"
Format of slot times in response. Use 'range' to get start and end times.
range, time "range"
The unique identifier of the booking being rescheduled. When provided will ensure that the original booking time appears within the returned available slots when rescheduling.
"abc123def456"
Only for round robin event types that allow the person rescheduling to choose the host. True returns slots of the original host, false returns slots of any available host. Ignored for other event types.
true
Whether to queue the form response.
true