These routes allow you to CRUD bookings within Cal.com.
Find all bookings
GET
/bookings
Create a new booking
POST
/bookings
Find a booking
GET
/bookings/{id}
Edit an existing booking
PATCH
/bookings/{id}
Remove an existing booking
DELETE
/bookings/{id}/cancel