Access control: This endpoint fetches an event type by ID and returns it only if the authenticated user is authorized. Authorization is granted to:
Note: Update and delete endpoints remain restricted to the event type owner only. If accessed using an OAuth access token, the EVENT_TYPE_READ scope is required.
Must be set to 2024-06-14. If not set to this value, the endpoint will default to an older version.
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token