https://api.cal.id and must include your API key in the Authorization header:
1
Create an event type
Send a The response returns the new event type, including its Save the returned
POST request to /event-types/. Only title and slug are required; description, length, hidden, timeZone, and locations are optional.id and slug.id — you’ll use it to fetch, update, or delete this event type.2
List event types
Send a To retrieve a single event type, send a
GET request to /event-types/. Results are paginated with the page and limit query parameters, and you can filter by title, slug, or hidden.GET request to /event-types/\{id\}.3
Update an event type
Send a
PATCH request to /event-types/\{id\} with any of the fields you can set on create. Include only the fields you want to change.4
Delete an event type
Send a
DELETE request to /event-types/\{id\}.