cURL
Event Types
Get Event Types
List the Novacal event types available to the authenticated user, including names, durations, visibility settings, and form fields.
GET
cURL
What this endpoint returns
This endpoint lists the event types the authenticated user can access in Novacal. Use the optionalscope query parameter when you only want one ownership type:
scope=personalreturns event types owned by the authenticated userscope=teamreturns team event types
Common use cases
- Populate an internal event type selector
- Sync booking configuration into another system
- Review visibility, duration, and booking form settings across event types
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter event types by ownership scope. Use personal for event types owned by the authenticated user, or team for team event types.
Available options:
personal, team Response
200 - application/json
Event types response