# Nexudus Platform: Public API Reference

> Documentation for coworking operators, members, and developers using and customizing the Nexudus Platform

## Public API Reference

### Getting Started

- [Public API](https://learn.nexudus.com/api/overview.md): A comprehensive guide to the Nexudus Members Portal API

### Authentication

- [Get a bearer token](https://learn.nexudus.com/api/endpoints/auth/get-token.md): Exchange a customer email and password for a bearer token used to authenticate all subsequent API requests.
- [Exchange JWT](https://learn.nexudus.com/api/endpoints/auth/exchange-jwt.md): Exchange a short-lived JWT issued by a Nexudus server-side flow for a bearer token that authenticates subsequent API requests.
- [Refresh JWT access token](https://learn.nexudus.com/api/endpoints/auth/refresh-token.md): Refresh the current user JWT access token with an optional custom validity period.
- [Refresh a bearer token](https://learn.nexudus.com/api/endpoints/auth/refresh-bearer-token.md): Use an existing refresh token to obtain a new access token and refresh token without requiring the customer to re-enter their password.

### System

#### Business & Configuration

- [Get Current Business](https://learn.nexudus.com/api/endpoints/system/business-current.md): Retrieve the full profile and configuration for the Nexudus location associated with the current portal session.
- [List All Businesses](https://learn.nexudus.com/api/endpoints/system/business-list.md): Retrieve all Nexudus locations in the network, with options to include the root organisation and hidden locations.
- [List Businesses with Visitor Registration](https://learn.nexudus.com/api/endpoints/system/business-with-visitors.md): Retrieve all Nexudus locations that have the visitor registration feature enabled.
- [List Businesses with Tour](https://learn.nexudus.com/api/endpoints/system/business-with-tour.md): Retrieve all Nexudus locations that have the space tour booking feature enabled.
- [Get Portal Configuration](https://learn.nexudus.com/api/endpoints/system/portal-configuration.md): Retrieve the full portal feature configuration for the current Nexudus location.
- [Get Business Colors](https://learn.nexudus.com/api/endpoints/system/business-colors.md): Retrieve the custom brand color palette configured for a specific Nexudus location.

#### Users & Authentication

- [Send OTP](https://learn.nexudus.com/api/endpoints/system/send-otp.md): Send a one-time password (OTP) to a customer email address for passwordless sign-in.
- [Start Password Reset](https://learn.nexudus.com/api/endpoints/system/start-password-reset.md): Trigger a password-reset email for a customer account.
- [Complete Password Reset](https://learn.nexudus.com/api/endpoints/system/complete-password-reset.md): Set a new password for a customer account using the token received in the password-reset email.
- [Get Impersonation Token](https://learn.nexudus.com/api/endpoints/system/impersonation-token.md): Issue an impersonation token that allows an admin user to act as a specific customer within the portal.
- [Get Media Token](https://learn.nexudus.com/api/endpoints/system/media-token.md): Obtain a short-lived JWT that authorises access to protected media files hosted by Nexudus.

#### Legal

- [Get Legal Status](https://learn.nexudus.com/api/endpoints/system/legal-status.md): Check whether the authenticated customer must accept general or contract-specific terms and conditions before using the portal.
- [Accept Legal Terms](https://learn.nexudus.com/api/endpoints/system/legal-accept.md): Record the customer's acceptance of the general terms and any pending contract terms.

#### Navigation & Outlines

- [Get Navigation Outline](https://learn.nexudus.com/api/endpoints/system/outline-navigation.md): Retrieve the navigation structure that defines the portal menu, routes, and page layout.
- [Outline Management](https://learn.nexudus.com/api/endpoints/system/outlines.md): Endpoints for managing system and custom portal outlines — the structured definitions that control portal pages and navigation.

#### Utilities

- [List Countries](https://learn.nexudus.com/api/endpoints/system/countries.md): Retrieve the full list of countries supported by the Nexudus platform, including culture codes and ISO identifiers.
- [Get Enum Values](https://learn.nexudus.com/api/endpoints/system/enum-values.md): Retrieve the list of valid values for a named Nexudus enumeration type.

### Profile

- [Update Profile](https://learn.nexudus.com/api/endpoints/profile/update-profile.md): Partially update the authenticated customer profile — personal info, billing details, notifications, credentials, or professional profile fields.
- [Generate AI Profile](https://learn.nexudus.com/api/endpoints/profile/generate-ai-profile.md): Generate an AI-written professional profile summary for the authenticated customer based on their existing profile data.

### Customers & Directory

- [List Customer Profiles](https://learn.nexudus.com/api/endpoints/coworkers/list-profiles.md): Retrieve all customer profiles accessible to the current session, including the active user account and all associated customer profiles.
- [Switch Active Profile](https://learn.nexudus.com/api/endpoints/coworkers/switch-profile.md): Switch the active customer profile for the current session to a different profile owned by the same user account.
- [Get Customer Benefits](https://learn.nexudus.com/api/endpoints/coworkers/customer-benefits.md): Retrieve the plan benefits available to the current customer profile, including booking credits, extra services, and time passes.
- [Impersonate Customer](https://learn.nexudus.com/api/endpoints/coworkers/impersonate.md): Generate an impersonation token so a team administrator can sign in as another team member.

#### Member Directory

- [List Published Customer Profiles](https://learn.nexudus.com/api/endpoints/coworkers/directory-list.md): Retrieve a paginated, searchable list of published customer profiles shown in the member directory.
- [Get Published Customer Profile](https://learn.nexudus.com/api/endpoints/coworkers/directory-profile.md): Retrieve the full published directory profile for a single customer by their ID.
- [Get Related Customer Profiles](https://learn.nexudus.com/api/endpoints/coworkers/directory-related.md): Retrieve customer profiles related to a given customer, based on shared tags, location, or other affinity signals.
- [Get Directory Meta](https://learn.nexudus.com/api/endpoints/coworkers/directory-meta.md): Retrieve directory configuration and the tag cloud for the customer member directory.

### Teams

- [List User Teams](https://learn.nexudus.com/api/endpoints/teams/list-teams.md): Returns the teams the authenticated customer belongs to, optionally filtered to admin-only teams.
- [Get Team Profile](https://learn.nexudus.com/api/endpoints/teams/team-details.md): Returns the full profile for a single team, including members, billing settings, and social links.
- [Update Team Profile](https://learn.nexudus.com/api/endpoints/teams/team-details-update.md): Updates the profile, social links, and public visibility settings for a team.
- [Update Team Profile Images](https://learn.nexudus.com/api/endpoints/teams/team-images-update.md): Uploads, replaces, or deletes team profile images (logo and up to 3 additional images).
- [Get Team Meta](https://learn.nexudus.com/api/endpoints/teams/team-meta.md): Returns lightweight metadata for a team, including its name, member cap, and default plan.
- [Add Team Members](https://learn.nexudus.com/api/endpoints/teams/add-team-members.md): Adds one or more new members to a team by email address.
- [Remove Team Member](https://learn.nexudus.com/api/endpoints/teams/remove-team-member.md): Removes a member from a team by their customer ID.
- [Get Team KPIs](https://learn.nexudus.com/api/endpoints/teams/team-kpi.md): Returns per-member KPI data for a team, including uninvoiced charges, remaining credits, and usage totals.
- [Get Team Metrics](https://learn.nexudus.com/api/endpoints/teams/team-metrics.md): Returns monthly financial and usage metrics for a team, including invoiced amounts, bookings, and check-in time.
- [Get Team Attendance](https://learn.nexudus.com/api/endpoints/teams/team-attendance.md): Returns attendance data for a team on a given week, including per-member schedules and bookings.
- [Update Team Attendance](https://learn.nexudus.com/api/endpoints/teams/team-attendance-update.md): Updates per-member weekly attendance preferences for a team.
- [Update Member Permissions](https://learn.nexudus.com/api/endpoints/teams/team-permissions.md): Updates the permission flags for a specific member within a team.
- [List Team Profiles](https://learn.nexudus.com/api/endpoints/teams/team-profiles.md): Returns team profile summaries including member lists, permissions, and recent bookings for the booking flow.
- [List Published Teams](https://learn.nexudus.com/api/endpoints/teams/directory-list.md): Returns a paginated list of teams with public profiles, filterable by search query and tags.
- [Get Published Team](https://learn.nexudus.com/api/endpoints/teams/directory-team.md): Returns the full public profile of a single published team from the directory.
- [Get Directory Meta](https://learn.nexudus.com/api/endpoints/teams/directory-meta.md): Returns directory configuration and tag cloud data for the team and member directory.

### Events

- [List Events](https://learn.nexudus.com/api/endpoints/events/list-events.md): Returns a paginated list of published events, with optional filtering by category, keyword, date range, and featured status.
- [List Upcoming Home Page Events](https://learn.nexudus.com/api/endpoints/events/upcoming-events.md): Returns published events flagged for the home page, used to populate upcoming event widgets on the portal home.
- [Get Event Details](https://learn.nexudus.com/api/endpoints/events/event-details.md): Returns full detail for a single published event, including ticket products, attendees, related events, and comments.
- [Get Event Product](https://learn.nexudus.com/api/endpoints/events/event-product.md): Returns detail for a specific ticket product belonging to a published event.
- [List My Events](https://learn.nexudus.com/api/endpoints/events/my-events.md): Returns a paginated list of event tickets belonging to the authenticated customer, optionally filtered to upcoming events.
- [Send Event Ticket](https://learn.nexudus.com/api/endpoints/events/send-ticket.md): Sends a ticket confirmation email to the authenticated customer for a specific event attendance.
- [Cancel Event Ticket](https://learn.nexudus.com/api/endpoints/events/cancel-ticket.md): Cancels (deletes) an event ticket belonging to the authenticated customer.
- [Join Event Waiting List](https://learn.nexudus.com/api/endpoints/events/join-waiting-list.md): Adds the authenticated customer to the waiting list for a sold-out event.
- [Get Events Calendar](https://learn.nexudus.com/api/endpoints/events/events-calendar.md): Returns events within a date range in FullCalendar-compatible format for display in booking and events calendars.
- [Post Event Comment](https://learn.nexudus.com/api/endpoints/events/new-comment.md): Posts a new comment (and optional rating) on a published event on behalf of the authenticated customer.
- [Delete Event Comment](https://learn.nexudus.com/api/endpoints/events/delete-comment.md): Deletes a comment previously posted by the authenticated customer on an event.

### Perks

- [List Perks](https://learn.nexudus.com/api/endpoints/perks/list-perks.md): Returns all published perks for the current location, grouped by category.
- [Claim Perk](https://learn.nexudus.com/api/endpoints/perks/claim-perk.md): Claims a perk on behalf of the authenticated customer, returning a redirect URL if applicable.

### Courses

- [List Courses](https://learn.nexudus.com/api/endpoints/courses/list-courses.md): Returns a paginated list of published courses, with optional filtering by category, keyword, and home page flag.
- [Get Course Details](https://learn.nexudus.com/api/endpoints/courses/course-details.md): Returns the summary and metadata for a single course.
- [List My Courses](https://learn.nexudus.com/api/endpoints/courses/my-courses.md): Returns all courses the authenticated customer is enrolled in.
- [List Course Lessons](https://learn.nexudus.com/api/endpoints/courses/course-lessons.md): Returns all lessons belonging to a specific course.
- [Get Course Lesson](https://learn.nexudus.com/api/endpoints/courses/course-lesson.md): Returns the full content of a single lesson within a course.
- [Enrol in Course](https://learn.nexudus.com/api/endpoints/courses/enroll-course.md): Enrols the authenticated customer in a published course.
- [Complete Lesson](https://learn.nexudus.com/api/endpoints/courses/complete-lesson.md): Marks a lesson as completed for the authenticated customer.

### Articles

- [List Articles](https://learn.nexudus.com/api/endpoints/articles/list-articles.md): Returns a paginated list of published articles with optional filtering by category, keyword, and featured status.
- [Get Article Details](https://learn.nexudus.com/api/endpoints/articles/article-details.md): Returns the full content of a single article.
- [Post Article Comment](https://learn.nexudus.com/api/endpoints/articles/new-comment.md): Posts a new comment on a published article on behalf of the authenticated customer.
- [Delete Article Comment](https://learn.nexudus.com/api/endpoints/articles/delete-comment.md): Deletes a comment from an article.

### Plans

- [List My Plans](https://learn.nexudus.com/api/endpoints/plans/my-plans.md): Returns all active plans (contracts) for the authenticated customer.
- [Get Plan Details](https://learn.nexudus.com/api/endpoints/plans/plan-details.md): Returns the full details for a specific plan (tariff).
- [List Published Plans](https://learn.nexudus.com/api/endpoints/plans/published-plans.md): Returns all published plans available for sign-up, optionally filtered by invite code.
- [Cancel Plan](https://learn.nexudus.com/api/endpoints/plans/cancel-plan.md): Submits a cancellation request for an active plan.

### Onboarding

- [Onboarding Tasks](https://learn.nexudus.com/api/endpoints/onboarding/onboarding-tasks.md): Returns the list of onboarding tasks for the authenticated customer.

### Products & Store

- [List My Products](https://learn.nexudus.com/api/endpoints/products/my-products.md): Returns the products purchased by the authenticated customer.
- [Get Product Details](https://learn.nexudus.com/api/endpoints/products/product-details.md): Returns the full details for a single product in the store.
- [List Store Products](https://learn.nexudus.com/api/endpoints/products/list-products.md): Returns the list of products available in the store, with optional filtering by tag, type, and selected plans.

### Proposals

- [Get Proposal Details](https://learn.nexudus.com/api/endpoints/proposals/proposal-details.md): Returns the full details of a proposal by its unique identifier.
- [Start E-Sign](https://learn.nexudus.com/api/endpoints/proposals/esign-start.md): Initiates the electronic signature process for a proposal.
- [Proposal Login](https://learn.nexudus.com/api/endpoints/proposals/proposal-login.md): Authenticates a user to view and interact with a proposal.
- [Accept Proposal](https://learn.nexudus.com/api/endpoints/proposals/proposal-accept.md): Accepts a proposal on behalf of the recipient.

### Newsletter

- [Subscribe to Newsletter](https://learn.nexudus.com/api/endpoints/newsletter/subscribe.md): Subscribes the current user or email address to the location newsletter.

### Checkout & Sign Up

- [Get Checkout Fields](https://learn.nexudus.com/api/endpoints/checkout/checkout-fields.md): Returns the configured form fields for the sign-up checkout flow.
- [Sign Up](https://learn.nexudus.com/api/endpoints/checkout/signup.md): Creates a new customer account through the public sign-up flow.
- [Contact Sign Up](https://learn.nexudus.com/api/endpoints/checkout/contact.md): Creates a contact-level account (non-member) through the public sign-up flow.
- [Get Checkout Types](https://learn.nexudus.com/api/endpoints/checkout/checkout-types.md): Returns the available resource types, tariff types, and product types for the checkout flow.

### FAQs

- [AI FAQ Search](https://learn.nexudus.com/api/endpoints/faqs/ai-search.md): Performs an AI-powered search across FAQs and returns a generated response.
- [List FAQs](https://learn.nexudus.com/api/endpoints/faqs/list-faqs.md): Returns all published FAQ entries for the current location.

### Help Desk

- [Get Help Desk Message](https://learn.nexudus.com/api/endpoints/helpdesk/message-details.md): Returns the full details of a single help desk message.
- [Create Help Desk Message](https://learn.nexudus.com/api/endpoints/helpdesk/create-message.md): Creates a new help desk support ticket.
- [Close Help Desk Message](https://learn.nexudus.com/api/endpoints/helpdesk/close-message.md): Closes an open help desk support ticket.
- [List Help Desk Messages](https://learn.nexudus.com/api/endpoints/helpdesk/list-messages.md): Returns the authenticated customer's help desk messages, optionally including closed tickets.
- [List Help Desk Departments](https://learn.nexudus.com/api/endpoints/helpdesk/list-departments.md): Returns the available help desk departments for routing support tickets.
- [Create Help Desk Comment](https://learn.nexudus.com/api/endpoints/helpdesk/create-comment.md): Adds a comment to an existing help desk message thread.
- [Delete Help Desk Comment](https://learn.nexudus.com/api/endpoints/helpdesk/delete-comment.md): Deletes a comment from a help desk message thread.
- [List Help Desk Comments](https://learn.nexudus.com/api/endpoints/helpdesk/list-comments.md): Returns the comments on a help desk message thread.

### Identity Checks

- [List Identity Checks](https://learn.nexudus.com/api/endpoints/identity/list-identity-checks.md): Returns the identity check requests for the authenticated customer.
- [Upload Identity Document](https://learn.nexudus.com/api/endpoints/identity/upload-document.md): Uploads a verification document for a specific identity check.

### Resources

- [Resource Summary](https://learn.nexudus.com/api/endpoints/resources/resource-summary.md): Returns a summary list of all published resources.
- [Resource Details List](https://learn.nexudus.com/api/endpoints/resources/resource-details.md): Returns detailed information for all published resources.
- [Resource Search Fields](https://learn.nexudus.com/api/endpoints/resources/resource-search-fields.md): Returns the custom fields available for filtering resources.
- [Get Resource](https://learn.nexudus.com/api/endpoints/resources/resource-one.md): Returns the full details for a single published resource.

### Bookings

- [List My Bookings](https://learn.nexudus.com/api/endpoints/bookings/my-bookings.md): Returns the authenticated customer's bookings.
- [Get Booking Details](https://learn.nexudus.com/api/endpoints/bookings/booking-details.md): Returns the full details of a single booking by its numeric ID.
- [Booking Suggestions](https://learn.nexudus.com/api/endpoints/bookings/booking-suggestions.md): Returns AI-generated booking pattern suggestions for the authenticated customer.
- [Team Bookings](https://learn.nexudus.com/api/endpoints/bookings/team-bookings.md): Returns bookings for the authenticated customer's team.
- [Cancelled Bookings](https://learn.nexudus.com/api/endpoints/bookings/cancelled-bookings.md): Returns cancelled bookings for the authenticated customer.
- [Check Booking Availability](https://learn.nexudus.com/api/endpoints/bookings/booking-availability.md): Checks whether a resource is available for a specific time slot.
- [Delete Booking](https://learn.nexudus.com/api/endpoints/bookings/delete-booking.md): Cancels and deletes a specific booking.
- [Booking Products](https://learn.nexudus.com/api/endpoints/bookings/booking-products.md): Returns the add-on products available for a specific resource.
- [Cancellation Fee](https://learn.nexudus.com/api/endpoints/bookings/cancellation-fee.md): Returns the cancellation fee for a specific booking, if applicable.
- [Booking Price](https://learn.nexudus.com/api/endpoints/bookings/booking-price.md): Calculate the price for a booking, including dynamic pricing adjustments.

### Passport

- [Search Passport Locations](https://learn.nexudus.com/api/endpoints/passport/search-locations.md): Returns coworking locations near a geographic point, for the passport/network map.
- [Get Passport Business Details](https://learn.nexudus.com/api/endpoints/passport/business-details.md): Returns details for a specific business in the passport network.

### Announcements

- [Active Announcements](https://learn.nexudus.com/api/endpoints/announcements/active-announcements.md): Returns all currently active announcements for the location.
- [Announcement URL Visit](https://learn.nexudus.com/api/endpoints/announcements/announcement-url.md): Records a click-through on an announcement link.

### Check-ins

- [Check-in Endpoint](https://learn.nexudus.com/api/endpoints/checkins/checkin-endpoint.md): Allows customers to check in to the coworking space using various authentication methods including access codes, email/password, access cards, or MAC address.
- [Check-in Metrics](https://learn.nexudus.com/api/endpoints/checkins/checkin-metrics.md): Returns check-in metrics for the specified business locations.

### Deliveries

- [List Deliveries](https://learn.nexudus.com/api/endpoints/deliveries/list-deliveries.md): Returns the authenticated customer's deliveries.
- [Get Delivery Details](https://learn.nexudus.com/api/endpoints/deliveries/delivery-details.md): Returns the full details of a specific delivery.
- [Mark Delivery as Collected](https://learn.nexudus.com/api/endpoints/deliveries/mark-collected.md): Marks a delivery as collected by the customer.
- [Save Delivery](https://learn.nexudus.com/api/endpoints/deliveries/save-delivery.md): Creates or updates a delivery record.

### Files

- [List Files](https://learn.nexudus.com/api/endpoints/files/list-files.md): Returns the authenticated customer's files and documents.
- [E-Sign Status](https://learn.nexudus.com/api/endpoints/files/esign-status.md): Returns the electronic signature status for a specific file.

### Sensors

- [List Sensors](https://learn.nexudus.com/api/endpoints/sensors/list-sensors.md): Returns the sensor data for the current location.

### Visitors

- [List Visitors](https://learn.nexudus.com/api/endpoints/visitors/list-visitors.md): Returns the authenticated customer's registered visitors.
- [Register Visitor](https://learn.nexudus.com/api/endpoints/visitors/create-visitor.md): Registers a new visitor for the authenticated customer.
- [Delete Visitor](https://learn.nexudus.com/api/endpoints/visitors/delete-visitor.md): Removes a registered visitor.

### Community

- [List Discussion Threads](https://learn.nexudus.com/api/endpoints/community/list-threads.md): Returns discussion board threads filtered by group, inbox, query, and tag.
- [List Discussion Groups](https://learn.nexudus.com/api/endpoints/community/list-groups.md): Returns the available discussion board groups.
- [List Discussion Tags](https://learn.nexudus.com/api/endpoints/community/list-tags.md): Returns the available tags for discussion board threads.
- [Get Thread](https://learn.nexudus.com/api/endpoints/community/get-thread.md): Returns the full details of a discussion board thread.
- [Create Thread](https://learn.nexudus.com/api/endpoints/community/create-thread.md): Creates a new discussion board thread.
- [Like Thread](https://learn.nexudus.com/api/endpoints/community/like-thread.md): Toggles a like on a discussion board thread.
- [Follow Thread](https://learn.nexudus.com/api/endpoints/community/follow-thread.md): Toggles follow status on a discussion board thread.
- [Mute Thread](https://learn.nexudus.com/api/endpoints/community/mute-thread.md): Toggles mute status on a discussion board thread.
- [Delete Thread](https://learn.nexudus.com/api/endpoints/community/delete-thread.md): Deletes a discussion board thread.
- [List Thread Messages](https://learn.nexudus.com/api/endpoints/community/list-messages.md): Returns all messages (replies) in a discussion board thread.
- [Create Thread Message](https://learn.nexudus.com/api/endpoints/community/create-message.md): Posts a reply in a discussion board thread.
- [Like Thread Message](https://learn.nexudus.com/api/endpoints/community/like-message.md): Toggles a like on a discussion board message.
- [Delete Thread Message](https://learn.nexudus.com/api/endpoints/community/delete-message.md): Deletes a message from a discussion board thread.

### Forms

- [Preview Form](https://learn.nexudus.com/api/endpoints/forms/preview-form.md): Returns the preview configuration for a form or survey.
- [Get Form](https://learn.nexudus.com/api/endpoints/forms/get-form.md): Returns the full configuration of a form or survey for rendering.
- [Submit Form](https://learn.nexudus.com/api/endpoints/forms/submit-form.md): Submits a completed form or survey response.

### Settings

- [Search Settings](https://learn.nexudus.com/api/endpoints/settings/search-settings.md): Searches portal settings by keyword.
- [Get Setting](https://learn.nexudus.com/api/endpoints/settings/get-setting.md): Returns a single portal setting by name.
- [Get Multiple Settings](https://learn.nexudus.com/api/endpoints/settings/get-many-settings.md): Returns multiple portal settings by comma-separated names.
- [Update Setting](https://learn.nexudus.com/api/endpoints/settings/update-setting.md): Updates a single portal setting value.
- [Update Multiple Settings](https://learn.nexudus.com/api/endpoints/settings/update-many-settings.md): Updates multiple portal settings at once for a specific customer.

### Billing & Payments

#### Invoices

- [Get Invoice Details](https://learn.nexudus.com/api/endpoints/billing/invoice-details.md)
- [List Invoices](https://learn.nexudus.com/api/endpoints/billing/invoice-list.md)
- [Download Invoice PDF](https://learn.nexudus.com/api/endpoints/billing/invoice-pdf.md)
- [Download Statement PDF](https://learn.nexudus.com/api/endpoints/billing/invoice-statement-pdf.md)
- [Preview Next Invoice PDF](https://learn.nexudus.com/api/endpoints/billing/invoice-draft-pdf.md)
- [Register Customer by Invoice Token](https://learn.nexudus.com/api/endpoints/billing/invoice-register-by-token.md)
- [Get Invoice Booking Line](https://learn.nexudus.com/api/endpoints/billing/invoice-line-booking.md)
- [Get Invoice Contract Line](https://learn.nexudus.com/api/endpoints/billing/invoice-line-contract.md)
- [Get Invoice Product Line](https://learn.nexudus.com/api/endpoints/billing/invoice-line-product.md)
- [Get Invoice Event Attendee Line](https://learn.nexudus.com/api/endpoints/billing/invoice-line-attendee.md)

#### Contracts

- [Get Contract Details](https://learn.nexudus.com/api/endpoints/billing/contract-details.md)
- [Get Contract Pause Metadata](https://learn.nexudus.com/api/endpoints/billing/contract-pause-meta.md)
- [Pause Contract](https://learn.nexudus.com/api/endpoints/billing/contract-pause.md)
- [Resume Contract](https://learn.nexudus.com/api/endpoints/billing/contract-resume.md)
- [Get Bookings During Pause Period](https://learn.nexudus.com/api/endpoints/billing/contract-pause-bookings.md)

### AI

- [AI Chat Session](https://learn.nexudus.com/api/endpoints/ai/ai-chat.md)
- [AI Plan Suggestions](https://learn.nexudus.com/api/endpoints/ai/ai-tariffs.md)
- [AI Product Suggestions](https://learn.nexudus.com/api/endpoints/ai/ai-products.md)
- [AI Booking Suggestions](https://learn.nexudus.com/api/endpoints/ai/ai-bookings.md)
