@calcom/api: Public API for Cal.com
Number of APIs: 87
-
booking-references - Find all booking references GET {{baseUrl}}/booking-references
-
booking-references-{id} - Edit an existing booking reference PATCH {{baseUrl}}/booking-references/:id
-
event-types-{id} - Remove an existing eventType DELETE {{baseUrl}}/event-types/:id
-
booking-references-{id} - Remove an existing booking reference DELETE {{baseUrl}}/booking-references/:id
-
availabilities - Creates a new availability POST {{baseUrl}}/availabilities
-
availability - Get User Availabilty GET {{baseUrl}}/availability?username=tim&dateFrom=2023-01-01&dateTo=2023-02-01&eventTypeId=13660
-
availability - Get Team Availability GET {{baseUrl}}/teams/:teamId/availability?dateFrom=2022-06-16&dateTo=2022-06-17
-
slots - Get Team Available Slots GET {{baseUrl}}/slots?eventTypeId=18&startTime={{start_of_month}}&endTime={{end_of_month}}&timeZone=America/Mazatlan
-
booking-references-{id} - Find a booking reference GET {{baseUrl}}/booking-references/:id
-
api-keys-{id} - Find an API key GET {{baseUrl}}/api-keys/:id