Anyone have any luck creating a booking? Not sure ...
# api
v
Anyone have any luck creating a booking? Not sure if im missing something, the docs just ask or
endTime
,
startTime
,
title
but im getting "Bad request. Booking body is invalid.". Here is the request im making
Copy code
curl --location --request POST '<https://api.cal.com/v1/bookings/?apiKey=><API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "title": "30 Min Meeting between Vikram and testoo",
    "startTime": "2022-06-07T16:00:00.000Z",
    "endTime": "2022-06-07T16:30:00.000Z"
}'