Overview
Returns the booking types (event types) configured in your workspace. Requires a token with theaccess_bookings scope.
Response
Returns{ bookingTypes }. Each type includes its id, title, slug, description,
kind (SOLO, COLLECTIVE, ROUND_ROBIN), default duration, color, and the
hidden / active flags.
Usage Notes
- This is your workspace’s own configuration, so hidden and inactive types are
included — filter on the returned
hidden/activeflags if you only want the publicly bookable ones. - Results are scoped to your token’s workspace.