@connectedxm/admin-sdk
v7.12.5
Published
OpenAPI client for @connectedxm/admin-sdk
Downloads
3,549
Maintainers
Readme
@connectedxm/[email protected]
This generator creates TypeScript/JavaScript client that utilizes axios. The generated Node module can be used in the following environments:
Environment
- Node.js
- Webpack
- Browserify
Language level
- ES5 - you must have a Promises/A+ library installed
- ES6
Module system
- CommonJS
- ES6 module system
It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via package.json. (Reference)
Building
To build and compile the typescript sources to javascript use:
npm install
npm run buildPublishing
First build the package then run npm publish
Consuming
navigate to the folder of your consuming project and run one of the following commands.
published:
npm install @connectedxm/[email protected] --saveunPublished (not recommended):
npm install PATH_TO_GENERATED_PACKAGE --saveDocumentation for API Endpoints
All URIs are relative to https://admin-api.connected.dev
Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- AccountsApi | createAccount | POST /accounts | Create a new account AccountsApi | deleteAccount | DELETE /accounts/{accountId} | Delete an account AccountsApi | exportAccount | POST /accounts/{accountId}/export | Export an account's data AccountsApi | getAcccountEmailReceipts | GET /accounts/{accountId}/email-receipts | List an account's email receipts AccountsApi | getAccount | GET /accounts/{accountId} | Get an account's profile AccountsApi | getAccountActivities | GET /accounts/{accountId}/activities | List an account's activity feed posts AccountsApi | getAccountBookings | GET /accounts/{accountId}/bookings | List an account's space bookings AccountsApi | getAccountComments | GET /accounts/{accountId}/comments | List an account's posted comments AccountsApi | getAccountEvents | GET /accounts/{accountId}/events | List an account's events AccountsApi | getAccountLikes | GET /accounts/{accountId}/likes | List an account's likes AccountsApi | getAccountNotificationPreferences | GET /accounts/{accountId}/notification-preferences | Get an account's notification preferences AccountsApi | getAccountPayments | GET /accounts/{accountId}/payments | List an account's payments AccountsApi | getAccountRegistrations | GET /accounts/{accountId}/registrations | List an account's event registrations AccountsApi | getAccountSupportTickets | GET /accounts/{accountId}/supportTickets | List an account's support tickets AccountsApi | getAccountThreads | GET /accounts/{accountId}/threads | List an account's message threads AccountsApi | getAccounts | GET /accounts | List accounts in the organization AccountsApi | getAccountsByInternalRefId | GET /accounts/internal-ref-id/{internalRefId} | Find accounts by internal reference ID AccountsApi | syncAccount | POST /accounts/{accountId}/sync | Sync a single account AccountsApi | syncAccounts | POST /accounts/sync | Sync all accounts AccountsApi | updateAccount | PUT /accounts/{accountId} | Update an account AccountsAddressesApi | createAccountAddress | POST /accounts/{accountId}/addresses | Create an address for an account AccountsAddressesApi | deleteAccountAddress | DELETE /accounts/{accountId}/addresses/{addressId} | Delete an account's address AccountsAddressesApi | getAccountAddress | GET /accounts/{accountId}/addresses/{addressId} | Get a single account address AccountsAddressesApi | getAccountAddresses | GET /accounts/{accountId}/addresses | List an account's saved addresses AccountsAddressesApi | updateAccountAddress | PUT /accounts/{accountId}/addresses/{addressId} | Update an account's address AccountsFollowersApi | addAccountFollower | POST /accounts/{accountId}/followers/{followerId} | Add a follower to an account AccountsFollowersApi | getAccountFollowers | GET /accounts/{accountId}/followers | List an account's followers AccountsFollowersApi | removeAccountFollower | DELETE /accounts/{accountId}/followers/{followerId} | Remove a follower from an account AccountsFollowingApi | addAccountFollowing | POST /accounts/{accountId}/following/{followingId} | Follow another account AccountsFollowingApi | getAccountFollowing | GET /accounts/{accountId}/following | List accounts an account is following AccountsFollowingApi | removeAccountFollowing | DELETE /accounts/{accountId}/following/{followingId} | Unfollow another account AccountsGroupsApi | addAccountGroup | POST /accounts/{accountId}/groups/{groupId} | Add an account to a group AccountsGroupsApi | getAccountGroups | GET /accounts/{accountId}/groups | List an account's group memberships AccountsGroupsApi | removeAccountGroup | DELETE /accounts/{accountId}/groups/{groupId} | Remove an account from a group AccountsInterestsApi | addAccountInterest | POST /accounts/{accountId}/interests/{interestId} | Add an interest to an account AccountsInterestsApi | getAccountInterests | GET /accounts/{accountId}/interests | List an account's interests AccountsInterestsApi | removeAccountInterest | DELETE /accounts/{accountId}/interests/{interestId} | Remove an interest from an account AccountsInvitationsApi | createAccountInvitations | POST /accounts/invitations | Invite people to create accounts AccountsInvitationsApi | deleteAccountInvitation | DELETE /accounts/invitations/{email} | Delete a pending account invitation AccountsInvitationsApi | getAccountInvitations | GET /accounts/invitations | List pending account invitations AccountsLeadsApi | deleteAccountLead | DELETE /accounts/{accountId}/leads/{leadId} | Delete an account's lead AccountsLeadsApi | getAccountLead | GET /accounts/{accountId}/leads/{leadId} | Get a single account lead AccountsLeadsApi | getAccountLeads | GET /accounts/{accountId}/leads | List an account's leads AccountsLeadsApi | updateAccountLead | PUT /accounts/{accountId}/leads/{leadId} | Update an account's lead AccountsTiersApi | addAccountTier | POST /accounts/{accountId}/tiers/{tierId} | Add a tier to an account AccountsTiersApi | getAccountLevels | GET /accounts/{accountId}/levels | List an account's sponsorship levels AccountsTiersApi | getAccountTiers | GET /accounts/{accountId}/tiers | List an account's tiers AccountsTiersApi | removeAccountTier | DELETE /accounts/{accountId}/tiers/{tierId} | Remove a tier from an account ActivitiesApi | archiveActivity | PUT /activities/{activityId}/archive | Archive a published activity ActivitiesApi | createActivity | POST /activities | Create an activity post ActivitiesApi | deleteActivity | DELETE /activities/{activityId} | Delete an activity ActivitiesApi | getActivities | GET /activities | List activities ActivitiesApi | getActivity | GET /activities/{activityId} | Get a single activity ActivitiesApi | getActivityComments | GET /activities/{activityId}/comments | List an activity's comments ActivitiesApi | getActivityLikes | GET /activities/{activityId}/likes | List an activity's likes ActivitiesApi | publishActivity | PUT /activities/{activityId}/publish | Publish an activity immediately ActivitiesApi | updateActivity | PUT /activities/{activityId} | Update an activity's details ActivitiesScheduleApi | cancelActivitySchedule | DELETE /activities/{activityId}/schedule | Cancel a scheduled activity ActivitiesScheduleApi | updateActivitySchedule | PUT /activities/{activityId}/schedule | Schedule an activity to publish later AdvertisementsApi | createAdvertisement | POST /advertisements | Create an advertisement AdvertisementsApi | deleteAdvertisement | DELETE /advertisements/{advertisementId} | Delete an advertisement AdvertisementsApi | getAdvertisement | GET /advertisements/{advertisementId} | Get a single advertisement AdvertisementsApi | getAdvertisementClicks | GET /advertisements/{advertisementId}/clicks | List an advertisement's clicks AdvertisementsApi | getAdvertisementViews | GET /advertisements/{advertisementId}/views | List an advertisement's view records AdvertisementsApi | getAdvertisements | GET /advertisements | List advertisements AdvertisementsApi | updateAdvertisement | PUT /advertisements/{advertisementId} | Update an advertisement AnnouncementsApi | createAnnouncement | POST /announcements | Create an announcement AnnouncementsApi | deleteAnnouncement | DELETE /announcements/{announcementId} | Delete an announcement AnnouncementsApi | getAnnouncement | GET /announcements/{announcementId} | Get an announcement AnnouncementsApi | getAnnouncementAudience | GET /announcements/{announcementId}/audience | List an announcement's target audience AnnouncementsApi | getAnnouncementEmailReceipts | GET /announcements/{announcementId}/email-receipts | List an announcement's email delivery receipts AnnouncementsApi | getAnnouncements | GET /announcements | List announcements AnnouncementsApi | sendAnnouncementPreview | POST /announcements/{announcementId}/preview | Send a preview of an announcement AnnouncementsApi | updateAnnouncement | PUT /announcements/{announcementId} | Update an announcement AnnouncementsScheduleApi | cancelAnnouncementSchedule | DELETE /announcements/{announcementId}/schedule | Cancel an announcement's scheduled send AnnouncementsScheduleApi | updateAnnouncementSchedule | PUT /announcements/{announcementId}/schedule | Schedule or reschedule an announcement send AnnouncementsTranslationsApi | deleteAnnouncementTranslation | DELETE /announcements/{announcementId}/translations/{locale} | Delete an announcement translation AnnouncementsTranslationsApi | getAnnouncementTranslation | GET /announcements/{announcementId}/translations/{locale} | Get an announcement's translation for a locale AnnouncementsTranslationsApi | getAnnouncementTranslations | GET /announcements/{announcementId}/translations | List an announcement's translations AnnouncementsTranslationsApi | updateAnnouncementTranslation | PUT /announcements/{announcementId}/translations/{locale} | Update an announcement translation ApiLogsApi | getAPILog | GET /logs/api/{logId} | Get an API request log entry ApiLogsApi | getAPILogs | GET /logs/api | List API request logs AuthSessionsApi | getAuthSession | GET /logs/auth-sessions/{authSessionId} | Get an authentication session log entry AuthSessionsApi | getAuthSessions | GET /logs/auth-sessions | List authentication sessions BenefitsApi | createBenefit | POST /benefits | Create a benefit BenefitsApi | deleteBenefit | DELETE /benefits/{benefitId} | Delete a benefit BenefitsApi | getBenefit | GET /benefits/{benefitId} | Get a benefit BenefitsApi | getBenefitClicks | GET /benefits/{benefitId}/clicks | List a benefit's click events BenefitsApi | getBenefits | GET /benefits | List benefits BenefitsApi | updateBenefit | PUT /benefits/{benefitId} | Update a benefit BenefitsTranslationsApi | deleteBenefitTranslation | DELETE /benefits/{benefitId}/translations/{locale} | Delete a benefit translation BenefitsTranslationsApi | getBenefitTranslation | GET /benefits/{benefitId}/translations/{locale} | Get a benefit's translation BenefitsTranslationsApi | getBenefitTranslations | GET /benefits/{benefitId}/translations | List a benefit's translations BenefitsTranslationsApi | updateBenefitTranslation | PUT /benefits/{benefitId}/translations/{locale} | Update a benefit translation BookingsApi | addBookingSpaceTier | POST /bookings/places/{placeId}/spaces/{spaceId}/tiers/{tierId} | Add an account tier to a booking space BookingsApi | cancelBooking | PUT /bookings/places/{placeId}/spaces/{spaceId}/bookings/{bookingId}/cancel | Cancel a booking BookingsApi | checkInBooking | POST /bookings/places/{placeId}/spaces/{spaceId}/bookings/{bookingId}/checkin | Check in a booking BookingsApi | createBooking | POST /bookings/places/{placeId}/spaces/{spaceId}/bookings | Create a booking for a space BookingsApi | deleteBooking | DELETE /bookings/places/{placeId}/spaces/{spaceId}/bookings/{bookingId} | Delete a booking BookingsApi | getBooking | GET /bookings/{bookingId} | Get a booking BookingsApi | getBookingPlace | GET /bookings/places/{placeId} | Get a booking place BookingsApi | getBookingPlaceBookings | GET /bookings/places/{placeId}/bookings | List a booking place's bookings BookingsApi | getBookingPlacePayments | GET /bookings/places/{placeId}/payments | List a booking place's payments BookingsApi | getBookingPlaceTranslation | GET /bookings/places/{placeId}/translations/{locale} | Get a booking place's translation BookingsApi | getBookingPlaceTranslations | GET /bookings/places/{placeId}/translations | List a booking place's translations BookingsApi | getBookingPlaces | GET /bookings/places | List booking places BookingsApi | getBookingResponses | GET /bookings/{bookingId}/responses | List a booking's question responses BookingsApi | getBookingSpace | GET /bookings/places/{placeId}/spaces/{spaceId} | Get a booking space BookingsApi | getBookingSpaceAvailabilities | GET /bookings/places/{placeId}/spaces/{spaceId}/availabilities | List a booking space's weekly availability rules BookingsApi | getBookingSpaceAvailability | GET /bookings/places/{placeId}/spaces/{spaceId}/blackouts/{availabilityId} | Get a booking space blackout by id BookingsApi | getBookingSpaceBlackout | GET /bookings/places/{placeId}/spaces/{spaceId}/blackouts/{blackoutId} | Get a booking space blackout BookingsApi | getBookingSpaceBlackouts | GET /bookings/places/{placeId}/spaces/{spaceId}/blackouts | List a booking space's blackouts BookingsApi | getBookingSpaceBookings | GET /bookings/places/{placeId}/spaces/{spaceId}/bookings | List a booking space's bookings BookingsApi | getBookingSpacePayments | GET /bookings/places/{placeId}/spaces/{spaceId}/payments | List a booking space's payments BookingsApi | getBookingSpaceSlots | GET /bookings/places/{placeId}/spaces/{spaceId}/slots | Get a booking space's available slots BookingsApi | getBookingSpaceTiers | GET /bookings/places/{placeId}/spaces/{spaceId}/tiers | List a booking space's assigned tiers BookingsApi | getBookingSpaceTranslation | GET /bookings/places/{placeId}/spaces/{spaceId}/translations/{locale} | Get a booking space's translation for a locale BookingsApi | getBookingSpaceTranslations | GET /bookings/places/{placeId}/spaces/{spaceId}/translations | List a booking space's translations BookingsApi | getBookingSpaces | GET /bookings/places/{placeId}/spaces | List a booking place's spaces BookingsApi | removeBookingSpaceTier | DELETE /bookings/places/{placeId}/spaces/{spaceId}/tiers/{tierId} | Remove an account tier from a booking space BookingsApi | undoCheckInBooking | POST /bookings/places/{placeId}/spaces/{spaceId}/bookings/{bookingId}/checkin/undo | Undo a booking check-in BookingsApi | updateBooking | PUT /bookings/places/{placeId}/spaces/{spaceId}/bookings/{bookingId} | Update a booking BookingsAvailabilitiesApi | createBookingSpaceAvailability | POST /bookings/places/{placeId}/spaces/{spaceId}/availabilities | Create a booking space availability BookingsAvailabilitiesApi | deleteBookingSpaceAvailability | DELETE /bookings/places/{placeId}/spaces/{spaceId}/availabilities/{availabilityId} | Delete a booking space availability BookingsAvailabilitiesApi | updateBookingSpaceAvailability | PUT /bookings/places/{placeId}/spaces/{spaceId}/availabilities/{availabilityId} | Update a booking space availability BookingsBlackoutsApi | createBookingSpaceBlackout | POST /bookings/places/{placeId}/spaces/{spaceId}/blackouts | Create a booking space blackout BookingsBlackoutsApi | deleteBookingSpaceBlackout | DELETE /bookings/places/{placeId}/spaces/{spaceId}/blackouts/{blackoutId} | Delete a booking space blackout BookingsBlackoutsApi | updateBookingSpaceBlackout | PUT /bookings/places/{placeId}/spaces/{spaceId}/blackouts/{blackoutId} | Update a booking space blackout BookingsPlacesApi | createBookingPlace | POST /bookings/places | Create a booking place BookingsPlacesApi | deleteBookingPlace | DELETE /bookings/places/{placeId} | Delete a booking place BookingsPlacesApi | updateBookingPlace | PUT /bookings/places/{placeId} | Update a booking place BookingsPlacesTranslationsApi | deleteBookingPlaceTranslation | DELETE /bookings/places/{placeId}/translations/{locale} | Delete a booking place translation BookingsPlacesTranslationsApi | updateBookingPlaceTranslation | PUT /bookings/places/{placeId}/translations/{locale} | Update a booking place's translation BookingsQuestionsApi | attachBookingSpaceQuestionSearchList | PUT /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/searchlist | Attach a search list to a booking question BookingsQuestionsApi | createBookingSpaceQuestion | POST /bookings/places/{placeId}/spaces/{spaceId}/questions | Create a booking space question BookingsQuestionsApi | deleteBookingSpaceQuestion | DELETE /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId} | Delete a booking space question BookingsQuestionsApi | detachBookingSpaceQuestionSearchList | DELETE /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/searchlist | Detach a search list from a booking question BookingsQuestionsApi | getBookingSpaceQuestion | GET /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId} | Get a booking space question BookingsQuestionsApi | getBookingSpaceQuestions | GET /bookings/places/{placeId}/spaces/{spaceId}/questions | List a booking space's custom questions BookingsQuestionsApi | reorderBookingSpaceQuestions | PUT /bookings/places/{placeId}/spaces/{spaceId}/questions/reorder | Reorder a booking space's questions BookingsQuestionsApi | updateBookingSpaceQuestion | PUT /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId} | Update a booking space question BookingsQuestionsChoicesApi | createBookingSpaceQuestionChoice | POST /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices | Create a booking space question choice BookingsQuestionsChoicesApi | deleteBookingSpaceQuestionChoice | DELETE /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId} | Delete a booking space question choice BookingsQuestionsChoicesApi | getBookingSpaceQuestionChoice | GET /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId} | Get a booking space question choice BookingsQuestionsChoicesApi | getBookingSpaceQuestionChoices | GET /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices | List a booking space question's choices BookingsQuestionsChoicesApi | reorderBookingSpaceQuestionChoices | PUT /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/reorder | Reorder a booking question's choices BookingsQuestionsChoicesApi | updateBookingSpaceQuestionChoice | PUT /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId} | Update a booking space question choice BookingsQuestionsChoicesTranslationsApi | deleteBookingSpaceQuestionChoiceTranslation | DELETE /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId}/translations/{locale} | Delete a booking question choice's translation BookingsQuestionsChoicesTranslationsApi | getBookingSpaceQuestionChoiceTranslation | GET /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId}/translations/{locale} | Get a booking question choice's translation BookingsQuestionsChoicesTranslationsApi | getBookingSpaceQuestionChoiceTranslations | GET /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId}/translations | List a booking question choice's translations BookingsQuestionsChoicesTranslationsApi | updateBookingSpaceQuestionChoiceTranslation | PUT /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId}/translations/{locale} | Update a booking question choice's translation BookingsQuestionsTranslationsApi | deleteBookingSpaceQuestionTranslation | DELETE /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations/{locale} | Delete a booking question translation BookingsQuestionsTranslationsApi | getBookingSpaceQuestionTranslation | GET /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations/{locale} | Get a booking question's translation BookingsQuestionsTranslationsApi | getBookingSpaceQuestionTranslations | GET /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations | List a booking question's translations BookingsQuestionsTranslationsApi | updateBookingSpaceQuestionTranslation | PUT /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations/{locale} | Update a booking question translation BookingsResponsesApi | getBookingResponseChanges | GET /bookings/{bookingId}/responses/{questionId}/changes | List a booking response's edit history BookingsResponsesApi | updateBookingResponses | PUT /bookings/places/{placeId}/spaces/{spaceId}/bookings/{bookingId}/responses | Update a booking's question responses BookingsSpacesApi | createBookingSpace | POST /bookings/places/{placeId}/spaces | Create a booking space BookingsSpacesApi | deleteBookingSpace | DELETE /bookings/places/{placeId}/spaces/{spaceId} | Delete a booking space BookingsSpacesApi | updateBookingSpace | PUT /bookings/places/{placeId}/spaces/{spaceId} | Update a booking space BookingsSpacesTranslationsApi | deleteBookingSpaceTranslation | DELETE /bookings/places/{placeId}/spaces/{spaceId}/translations/{locale} | Delete a booking space translation BookingsSpacesTranslationsApi | updateBookingSpaceTranslation | PUT /bookings/places/{placeId}/spaces/{spaceId}/translations/{locale} | Update a booking space translation ChannelsApi | addChannelSubscriber | POST /channels/{channelId}/subscribers | Subscribe an account to a channel ChannelsApi | cancelChannelContentPublishSchedule | DELETE /channels/{channelId}/contents/{contentId}/schedule | Cancel a scheduled channel content publish ChannelsApi | createChannel | POST /channels | Create a channel ChannelsApi | createChannelContent | POST /channels/{channelId}/contents | Create channel content ChannelsApi | createChannelContentGuest | POST /channels/{channelId}/contents/{contentId}/guests | Add a guest to channel content ChannelsApi | deleteChannel | DELETE /channels/{channelId} | Delete a channel ChannelsApi | deleteChannelContent | DELETE /channels/{channelId}/contents/{contentId} | Delete channel content ChannelsApi | deleteChannelContentGuest | DELETE /channels/{channelId}/contents/{contentId}/guests/{guestId} | Remove a guest from channel content ChannelsApi | getChannel | GET /channels/{channelId} | Get a channel ChannelsApi | getChannelActivities | GET /channels/{channelId}/activities | List a channel's activity feed ChannelsApi | getChannelContent | GET /channels/{channelId}/contents/{contentId} | Get a channel's content item ChannelsApi | getChannelContentActivities | GET /channels/{channelId}/contents/{contentId}/activities | List a content item's activity feed ChannelsApi | getChannelContentGuest | GET /channels/{channelId}/contents/{contentId}/guests/{guestId} | Get a content item's guest ChannelsApi | getChannelContentGuests | GET /channels/{channelId}/contents/{contentId}/guests | List a content item's guests ChannelsApi | getChannelContentLikes | GET /channels/{channelId}/contents/{contentId}/likes | List a content item's likes ChannelsApi | getChannelContents | GET /channels/{channelId}/contents | List a channel's content ChannelsApi | getChannelSubscriber | GET /channels/{channelId}/subscribers/{accountId} | Get a channel's subscriber ChannelsApi | getChannelSubscribers | GET /channels/{channelId}/subscribers | List a channel's subscribers ChannelsApi | getChannels | GET /channels | List channels ChannelsApi | getContents | GET /contents | List organization-wide channel content ChannelsApi | getFeaturedChannels | GET /channels/featured | List featured channels ChannelsApi | removeAllChannelSubscribers | DELETE /channels/{channelId}/subscribers | Remove all subscribers from a channel ChannelsApi | removeChannelSubscriber | DELETE /channels/{channelId}/subscribers/{accountId} | Remove a subscriber from a channel ChannelsApi | revertChannelContentToDraft | PUT /channels/{channelId}/contents/{contentId}/revertToDraft | Revert channel content to draft ChannelsApi | updateChannel | PUT /channels/{channelId} | Update a channel ChannelsApi | updateChannelContent | PUT /channels/{channelId}/contents/{contentId} | Update channel content ChannelsApi | updateChannelContentGuest | PUT /channels/{channelId}/contents/{contentId}/guests/{guestId} | Update a content guest ChannelsApi | updateChannelContentPublishSchedule | POST /channels/{channelId}/contents/{contentId}/schedule | Schedule channel content for publishing ChannelsApi | updateChannelSubscriber | PUT /channels/{channelId}/subscribers/{accountId} | Update an account's channel subscription ChannelsTranslationsApi | deleteChannelContentGuestTranslation | DELETE /channels/{channelId}/contents/{contentId}/guests/{guestId}/translations/{locale} | Delete a channel content guest translation ChannelsTranslationsApi | deleteChannelContentTranslation | DELETE /channels/{channelId}/contents/{contentId}/translations/{locale} | Delete a channel content translation ChannelsTranslationsApi | deleteChannelTranslation | DELETE /channels/{channelId}/translations/{locale} | Delete a channel translation ChannelsTranslationsApi | getChannelContentGuestTranslation | GET /channels/{channelId}/contents/{contentId}/guests/{guestId}/translations/{locale} | Get a channel content guest's translation for a locale ChannelsTranslationsApi | getChannelContentGuestTranslations | GET /channels/{channelId}/contents/{contentId}/guests/{guestId}/translations | List a channel content guest's translations ChannelsTranslationsApi | getChannelContentTranslation | GET /channels/{channelId}/contents/{contentId}/translations/{locale} | Get a channel content item's translation for a locale ChannelsTranslationsApi | getChannelContentTranslations | GET /channels/{channelId}/contents/{contentId}/translations | List a channel content item's translations ChannelsTranslationsApi | getChannelTranslation | GET /channels/{channelId}/translations/{locale} | Get a channel's translation for a locale ChannelsTranslationsApi | getChannelTranslations | GET /channels/{channelId}/translations | List a channel's translations ChannelsTranslationsApi | updateChannelContentGuestTranslation | PUT /channels/{channelId}/contents/{contentId}/guests/{guestId}/translations/{locale} | Update a channel content guest translation ChannelsTranslationsApi | updateChannelContentTranslation | PUT /channels/{channelId}/contents/{contentId}/translations/{locale} | Update a channel content translation ChannelsTranslationsApi | updateChannelTranslation | PUT /channels/{channelId}/translations/{locale} | Update a channel translation DashboardsApi | createDashboard | POST /dashboards | Create a dashboard DashboardsApi | deleteDashboard | DELETE /dashboards/{dashboardId} | Delete a dashboard DashboardsApi | getDashboard | GET /dashboards/{dashboardId} | Get a dashboard DashboardsApi | getDashboards | GET /dashboards | List dashboards DashboardsApi | updateDashboard | PUT /dashboards/{dashboardId} | Update a dashboard DashboardsWidgetsApi | createDashboardWidget | POST /dashboards/{dashboardId}/widgets | Add a widget to a dashboard DashboardsWidgetsApi | deleteDashboardWidget | DELETE /dashboards/{dashboardId}/widgets/{widgetId} | Remove a widget from a dashboard DashboardsWidgetsApi | getDashboardWidgets | GET /dashboard/{dashboardId}/widgets | List widgets available for a dashboard DashboardsWidgetsApi | updateDashboardWidget | PUT /dashboards/{dashboardId}/widgets/{widgetId} | Update a dashboard widget EmailReceiptsApi | getEmailReceipt | GET /logs/email-receipts/{emailReceiptId} | Get an email receipt EmailReceiptsApi | getEmailReceipts | GET /logs/email-receipts | List email receipts EventsApi | cloneEvent | POST /events/{eventId}/clone | Clone an event EventsApi | createEvent | POST /events | Create an event EventsApi | deleteEvent | DELETE /events/{eventId} | Delete an event EventsApi | deleteEventLocation | DELETE /events/{eventId}/location | Delete an event's location EventsApi | disableEventBuildMode | DELETE /events/{eventId}/build-mode | Disable build mode for an event EventsApi | enableEventBuildMode | POST /events/{eventId}/build-mode | Enable build mode for an event EventsApi | getEvent | GET /events/{eventId} | Get an event EventsApi | getEventActivities | GET /events/{eventId}/activities | List an event's activity feed EventsApi | getEventPayments | GET /events/{eventId}/payments | List an event's payments EventsApi | getEventTiers | GET /events/{eventId}/tiers | List an event's account tiers EventsApi | getEvents | GET /events | List events EventsApi | setEventLocation | PUT /events/{eventId}/location | Set an event's location EventsApi | updateEvent | PUT /events/{eventId} | Update an event EventsAccessApi | addEventAccessUser | POST /events/{eventId}/access-users | Grant a user access to an event EventsAccessApi | getEventAccessUsers | GET /events/{eventId}/access-users | List an event's access users EventsAccessApi | removeEventAccessUser | DELETE /events/{eventId}/access-users/{userId} | Revoke a user's private event access EventsActivationsApi | createEventActivation | POST /events/{eventId}/activations | Create an event activation EventsActivationsApi | createEventActivationCompletion | POST /events/{eventId}/activations/{activationId}/completions | Record an attendee's activation completion EventsActivationsApi | deleteEventActivation | DELETE /events/{eventId}/activations/{activationId} | Delete an event activation EventsActivationsApi | deleteEventActivationCompletion | DELETE /events/{eventId}/activations/{activationId}/completions/{completionId} | Delete an activation completion record EventsActivationsApi | getEventActivation | GET /events/{eventId}/activations/{activationId} | Get an event activation EventsActivationsApi | getEventActivationCompletion | GET /events/{eventId}/activations/{activationId}/completions/{completionId} | Get an activation completion record EventsActivationsApi | getEventActivationCompletions | GET /events/{eventId}/activations/{activationId}/completions | List completions for an activation EventsActivationsApi | getEventActivationSessions | GET /events/{eventId}/activations/{activationId}/sessions | List sessions linked to an activation EventsActivationsApi | getEventActivations | GET /events/{eventId}/activations | List an event's activations EventsActivationsApi | updateEventActivation | PUT /events/{eventId}/activations/{activationId} | Update an event activation EventsActivationsApi | updateEventActivationCompletion | PUT /events/{eventId}/activations/{activationId}/completions/{completionId} | Update an activation completion's earned points EventsActivationsSessionsApi | addEventActivationSession | POST /events/{eventId}/activations/{activationId}/sessions/{sessionId} | Attach a session to an activation EventsActivationsSessionsApi | removeEventActivationSession | DELETE /events/{eventId}/activations/{activationId}/sessions/{sessionId} | Detach a session from an activation EventsActivationsSessionsApi | removeEventActivationSessions | DELETE /events/{eventId}/activations/{activationId}/sessions | Detach all sessions from an activation EventsActivationsTranslationsApi | deleteEventActivationTranslation | DELETE /events/{eventId}/activations/{activationId}/translations/{locale} | Delete an activation's translation EventsActivationsTranslationsApi | getEventActivationTranslation | GET /events/{eventId}/activations/{activationId}/translations/{locale} | Get an event activation's translation EventsActivationsTranslationsApi | getEventActivationTranslations | GET /events/{eventId}/activations/{activationId}/translations | List translations for an activation EventsActivationsTranslationsApi | updateEventActivationTranslation | PUT /events/{eventId}/activations/{activationId}/translations/{locale} | Create or update an activation's translation EventsAddonsApi | addEventAddOnPassType | POST /events/{eventId}/addOns/{addOnId}/passTypes/{passTypeId} | Allow a pass type to purchase an add-on EventsAddonsApi | addEventAddOnTier | POST /events/{eventId}/addOns/{addOnId}/tiers/{tierId} | Set an account tier's access to an add-on EventsAddonsApi | createEventAddOn | POST /events/{eventId}/addOns | Create an event add-on EventsAddonsApi | deleteEventAddOn | DELETE /events/{eventId}/addOns/{addOnId} | Delete an event add-on EventsAddonsApi | getEventAddOn | GET /events/{eventId}/addOns/{addOnId} | Get an event add-on EventsAddonsApi | getEventAddOnPassTypes | GET /events/{eventId}/addOns/{addOnId}/passTypes | List pass types eligible for an add-on EventsAddonsApi | getEventAddOnPasses | GET /events/{eventId}/addOns/{addOnId}/passes | List purchases of an event add-on EventsAddonsApi | getEventAddOnTiers | GET /events/{eventId}/addOns/{addOnId}/tiers | List account tiers allowed or disallowed for an add-on EventsAddonsApi | getEventAddOns | GET /events/{eventId}/addOns | List an event's add-ons EventsAddonsApi | removeEventAddOnPassType | DELETE /events/{eventId}/addOns/{addOnId}/passTypes/{passTypeId} | Revoke a pass type's access to an add-on EventsAddonsApi | removeEventAddOnTier | DELETE /events/{eventId}/addOns/{addOnId}/tiers/{tierId} | Remove an account tier's access setting from an add-on EventsAddonsApi | updateEventAddOn | PUT /events/{eventId}/addOns/{addOnId} | Update an event add-on EventsAddonsTranslationsApi | deleteEventAddOnTranslation | DELETE /events/{eventId}/addOns/{addOnId}/translations/{locale} | Delete an event add-on translation EventsAddonsTranslationsApi | getEventAddOnTranslation | GET /events/{eventId}/addOns/{addOnId}/translations/{locale} | Get an add-on translation for a locale EventsAddonsTranslationsApi | getEventAddOnTranslations | GET /events/{eventId}/addOns/{addOnId}/translations | List translations for an add-on EventsAddonsTranslationsApi | updateEventAddOnTranslation | PUT /events/{eventId}/addOns/{addOnId}/translations/{locale} | Update an event add-on translation EventsAttendeesApi | createEventAttendee | POST /events/{eventId}/attendees | Register an account as an event attendee EventsAttendeesApi | deleteEventAttendee | DELETE /events/{eventId}/attendees/{accountId} | Delete an event attendee's registration EventsAttendeesApi | getEventAttendee | GET /events/{eventId}/attendees/{accountId} | Get an event attendee's registration EventsAttendeesApi | getEventAttendeeCoupons | GET /events/{eventId}/attendees/{accountId}/coupons | List an event attendee's coupons EventsAttendeesApi | getEventAttendeePasses | GET /events/{eventId}/attendees/{accountId}/passes | List an event attendee's pass purchases EventsAttendeesApi | getEventAttendeePayments | GET /events/{eventId}/attendees/{accountId}/payments | List an event attendee's payments EventsAttendeesApi | getEventAttendeeTransfersLogs | GET /events/{eventId}/attendees/{accountId}/transfers/logs | List an attendee's pass transfer logs EventsAttendeesApi | getEventAttendees | GET /events/{eventId}/attendees | List an event's attendees EventsAttendeesApi | getEventPassAttendeePasses | GET /events/{eventId}/passes/{passId}/attendee/passes | List attendee purchases of an event pass EventsAttendeesApi | resendRegistrationConfirmationEmail | POST /events/{eventId}/attendees/{accountId}/resendEmail | Resend registration confirmation email EventsAttendeesApi | syncEventAttendees | POST /events/{eventId}/attendees/sync | Sync an event's attendees to accounts EventsAttendeesApi | updateEventAttendee | PUT /events/{eventId}/attendees/{accountId} | Update an event attendee's registration EventsAttendeesPackagesApi | createEventAttendeePackage | POST /events/{eventId}/attendees/{accountId}/packages | Create a package for an event attendee EventsAttendeesPackagesApi | deleteEventAttendeePackage | DELETE /events/{eventId}/attendees/{accountId}/packages/{packageId} | Delete an event attendee's package EventsAttendeesPackagesApi | getEventAttendeePackage | GET /events/{eventId}/attendees/{accountId}/packages/{packageId} | Get an attendee's event package EventsAttendeesPackagesApi | getEventAttendeePackages | GET /events/{eventId}/attendees/{accountId}/packages | List an attendee's event packages EventsAttendeesPackagesApi | updateEventAttendeePackage | PUT /events/{eventId}/attendees/{accountId}/packages/{packageId} | Update an event attendee's package EventsAttendeesReservationsApi | addEventReservationPass | POST /events/{eventId}/reservations/{reservationId}/passes/{passId} | Attach a pass to a room reservation EventsAttendeesReservationsApi | createEventReservation | POST /events/{eventId}/reservations | Create a room type reservation for an event EventsAttendeesReservationsApi | deleteEventReservation | DELETE /events/{eventId}/reservations/{reservationId} | Delete an event room reservation EventsAttendeesReservationsApi | getEventAttendeeReservations | GET /events/{eventId}/attendees/{accountId}/reservations | List an attendee's room reservations EventsAttendeesReservationsApi | getEventReservation | GET /events/{eventId}/reservations/{reservationId} | Get an event room reservation EventsAttendeesReservationsApi | getEventReservationPasses | GET /events/{eventId}/reservations/{reservationId}/passes | List passes attached to a room reservation EventsAttendeesReservationsApi | getEventReservations | GET /events/{eventId}/reservations | List an event's room reservations EventsAttendeesReservationsApi | removeEventReservationPass | DELETE /events/{eventId}/reservations/{reservationId}/passes/{passId} | Detach a pass from a room reservation EventsAttendeesReservationsApi | updateEventReservation | PUT /events/{eventId}/reservations/{reservationId} | Update an event room reservation EventsAttributesApi | createEventAttribute | POST /events/{eventId}/attributes | Create an event attribute EventsAttributesApi | deleteEventAttribute | DELETE /events/{eventId}/attributes/{attributeId} | Delete an event attribute EventsAttributesApi | getEventAttribute | GET /events/{eventId}/attributes/{attributeId} | Get an event attribute EventsAttributesApi | getEventAttributes | GET /events/{eventId}/attributes | List an event's attributes EventsAttributesApi | updateEventAttribute | PUT /events/{eventId}/attributes/{attributeId} | Update an event attribute EventsBenefitsApi | addEventBenefit | POST /events/{eventId}/benefits/{benefitId} | Add a benefit to an event EventsBenefitsApi | removeEventBenefit | DELETE /events/{eventId}/benefits/{benefitId} | Remove a benefit from an event EventsBlocksApi | addEventBlockSession | POST /events/{eventId}/blocks/{blockId}/sessions/{sessionId} | Add a session to an event block EventsBlocksApi | createEventBlock | POST /events/{eventId}/blocks | Create an event schedule block EventsBlocksApi | deleteEventBlock | DELETE /events/{eventId}/blocks/{blockId} | Delete an event schedule block EventsBlocksApi | getEventBlock | GET /events/{eventId}/blocks/{blockId} | Get an event schedule block EventsBlocksApi | getEventBlockSessions | GET /events/{eventId}/blocks/{blockId}/sessions | List sessions in an event block EventsBlocksApi | getEventBlocks | GET /events/{eventId}/blocks | List an event's agenda blocks EventsBlocksApi | removeEventBlockSession | DELETE /events/{eventId}/blocks/{blockId}/sessions/{sessionId} | Remove a session from an event block EventsBlocksApi | updateEventBlock | PUT /events/{eventId}/blocks/{blockId} | Update an event schedule block EventsBypassApi | createEventRegistrationBypass | POST /events/{eventId}/bypass | Create an event registration bypass EventsBypassApi | deleteEventRegistrationBypass | DELETE /events/{eventId}/bypass/{bypassId} | Delete an event registration bypass EventsBypassApi | getEventRegistrationBypass | GET /events/{eventId}/bypass/{bypassId} | Get a single registration bypass EventsBypassApi | getEventRegistrationBypassList | GET /events/{eventId}/bypass | List an event's registration bypasses EventsBypassApi | updateEventRegistrationBypass | PUT /events/{eventId}/bypass/{bypassId} | Update an event registration bypass EventsCohostsApi | addEventCoHost | POST /events/{eventId}/coHosts/{accountId} | Add a co-host to an event EventsCohostsApi | getEventCoHosts | GET /events/{eventId}/coHosts | List an event's co-host accounts EventsCohostsApi | removeEventCoHost | DELETE /events/{eventId}/coHosts/{accountId} | Remove a co-host from an event EventsCouponsApi | addEventCouponTier | POST /events/{eventId}/coupons/{couponId}/tiers/{tierId} | Add tier to event coupon EventsCouponsApi | createEventCoupon | POST /events/{eventId}/coupons | Create an event coupon EventsCouponsApi | createEventCouponVariants | POST /events/{eventId}/coupons/{couponId}/variants | Create variant coupons from a parent coupon EventsCouponsApi | deleteEventCoupon | DELETE /events/{eventId}/coupons/{couponId} | Delete an event coupon EventsCouponsApi | deleteEventCouponVariants | DELETE /events/{eventId}/coupons/{couponId}/variants | Delete all variants of a coupon EventsCouponsApi | getEventCoupon | GET /events/{eventId}/coupons/{couponId} | Get a single event coupon EventsCouponsApi | getEventCouponPasses | GET /events/{eventId}/coupons/{couponId}/passes | List purchases made with a coupon EventsCouponsApi | getEventCouponPayments | GET /events/{eventId}/coupons/{couponId}/payments | List payments made with a coupon EventsCouponsApi | getEventCouponTiers | GET /events/{eventId}/coupons/{couponId}/tiers | List event coupon tiers EventsCouponsApi | getEventCouponVariants | GET /events/{eventId}/coupons/{parentCouponId}/variants | List a coupon's variants EventsCouponsApi | getEventCoupons | GET /events/{eventId}/coupons | List an event's coupons EventsCouponsApi | removeEventCouponTier | DELETE /events/{eventId}/coupons/{couponId}/tiers/{tierId} | Remove tier from event coupon EventsCouponsApi | syncEventCouponToVariants | PUT /events/{eventId}/coupons/{couponId}/variants | Sync a coupon's fields to its variants EventsCouponsApi | updateEventCoupon | PUT /events/{eventId}/coupons/{couponId} | Update an event coupon EventsEmailsApi | getEventEmail | GET /events/{eventId}/emails/{type} | Get an event's email configuration EventsEmailsApi | updateEventEmail | PUT /events/{eventId}/emails/{type} | Update an event email template EventsEmailsTranslationsApi | deleteEventEmailTranslation | DELETE /events/{eventId}/emails/{type}/translations/{locale} | Delete an event email translation EventsEmailsTranslationsApi | getEventEmailTranslation | GET /events/{eventId}/emails/{type}/translations/{locale} | Get an event email's translation EventsEmailsTranslationsApi | getEventEmailTranslations | GET /events/{eventId}/emails/{type}/translations | List an event email's translations EventsEmailsTranslationsApi | updateEventEmailTranslation | PUT /events/{eventId}/emails/{type}/translations/{locale} | Update an event email translation EventsFaqsApi | createEventFaqSection | POST /events/{eventId}/faqs | Create an event FAQ section EventsFaqsApi | createEventFaqSectionQuestion | POST /events/{eventId}/faqs/{sectionId}/questions | Add a question to an event FAQ section EventsFaqsApi | deleteEventFaqSection | DELETE /events/{eventId}/faqs/{sectionId} | Delete an event FAQ section EventsFaqsApi | deleteEventFaqSectionQuestion | DELETE /events/{eventId}/faqs/{sectionId}/questions/{questionId} | Delete a question from an event FAQ section EventsFaqsApi | getEventFaqSection | GET /events/{eventId}/faqs/{sectionId} | Get an event FAQ section EventsFaqsApi | getEventFaqSectionQuestion | GET /events/{eventId}/faqs/{sectionId}/questions/{questionId} | Get an event FAQ question EventsFaqsApi | [getEventFaqSectionQuestions](docs/EventsFaqs
