Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Retrieves all event types created by the user. The request returns a list of event details, including title, duration, availability settings, and booking options. If successful, the API responds with 200 OK and provides the full list of the user’s events.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.