These routes allow you to CRUD event types within Cal.com.
Find all event types
GET
/event-types
Create a new event type
POST
/event-types
Find an event type
GET
/event-types/{id}
Edit an existing event type
PATCH
/event-types/{id}
Remove an existing event type
DELETE
/event-types/{id}