Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://prod.featherhq.com/api/v1/calendars/{calendarId}/event-types \ --header 'X-API-Key: <api-key>'
{ "eventTypes": [ { "id": "<string>", "calendarId": "<string>", "name": "<string>", "slug": "<string>", "description": "<string>", "duration": 123, "slotInterval": 123, "minimumBookingNotice": 123, "beforeEventBuffer": 123, "afterEventBuffer": 123, "periodDays": 123, "periodStartDate": "<string>", "periodEndDate": "<string>", "scheduleId": "<string>", "location": "<string>", "addGoogleMeet": true, "active": true, "archived": true, "createdAt": "<string>", "updatedAt": "<string>", "metadata": null } ], "pagination": { "limit": 123, "nextCursor": "<string>" } }
List of event types
Show child attributes