GETGet all event types
Retrieves all event types for a user or organization.
/v2/event-typesQuery Parameters
usernamestringThe username of the user to get event types for. If only username provided will get all event types.
eventSlugstringSlug of event type to return. Notably, if eventSlug is provided then username must be provided too, because multiple users can have event with same slug.
usernamesstringGet dynamic event type for multiple usernames separated by comma. e.g usernames=alice,bob
orgSlugstringslug of the user's organization if he is in one, orgId is not required if using this parameter
orgIdnumberID of the organization of the user you want the get the event-types of, orgSlug is not needed when using this parameter
sortCreatedAtstringSort event types by creation date. When not provided, no explicit ordering is applied.
"asc" | "desc"Header Parameters
cal-api-versionRequiredstringMust be set to 2024-06-14. If not set to this value, the endpoint will default to an older version.
"2024-06-14"Authorizationstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
x-cal-secret-keystringFor platform customers - OAuth client secret key
x-cal-client-idstringFor platform customers - OAuth client ID