Skip to main content
GET
cURL

What this endpoint returns

This endpoint lists the event types the authenticated user can access in Novacal. Use the optional scope query parameter when you only want one ownership type:
  • scope=personal returns event types owned by the authenticated user
  • scope=team returns 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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

scope
enum<string>

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

success
boolean
required

Indicates whether the request was successful

Example:

true

data
object
required

The response data. Can be an object, array, or null