Varun Krishnamurthy
05/24/2022, 12:47 AM/bookings
in order to create a booking via API. I followed the API docs but I keep getting a 400 "Bad request. Booking body is invalid."
This is an example cURL request:
curl -X POST -H "Content-Type: application/json" --data '{"title": "15min", "startTime": "2022-05-24T16:00:00.000Z", "endTime": "2022-05-24T17:00:00.000Z"}' '<https://api.cal.com/v1/bookings?apiKey=cal_live_*****>'
Any idea what I'm doing wrong?Agusti
05/24/2022, 7:35 PMVikram
06/02/2022, 9:45 PM