LeanData ๐ Meetings > Create API
Use these endpoints to finalize and book meetings after a timeslot has been selected. โ ๏ธ Important: You must support both POST /v1/meeting and POST /v1/round-robin-meeting. The correct endpoint is determined by the availability response: If pageInfo.displayAllPoolAvailability = true, you must book using POST /v1/round-robin-meeting. If pageInfo.displayAllPoolAvailability = null or false, you must book using POST /v1/meeting. This behavior is driven by your scheduling graph configuration and cannot be assumed ahead of time.