Skip to main content
Glama
index.ts1.55 kB
// ============================================================================ // MINDBODY MODULE - Public API // ============================================================================ // Client & Service export { MindbodyApiClient, getMindbodyClient, resetMindbodyClient } from './client'; export { MindbodyService, getMindbodyService, resetMindbodyService } from './service'; // Types - Core Entities export type { Site, Location, Resource, Staff, Client, ClassDescription, Class, ClassSchedule, Appointment, Enrollment, Service, Package, Product, Contract, Program, SessionType, } from './types'; // Types - Request Parameters export type { GetStaffParams, GetClientsParams, AddClientParams, UpdateClientParams, GetClientVisitsParams, GetClassesParams, AddClientToClassParams, RemoveClientFromClassParams, SubstituteTeacherParams, GetAppointmentsParams, AddAppointmentParams, UpdateAppointmentParams, GetBookableItemsParams, GetEnrollmentsParams, AddClientToEnrollmentParams, GetServicesParams, GetProductsParams, GetContractsParams, CheckoutParams, PurchaseContractParams, GetProgramsParams, GetSessionTypesParams, } from './types'; // Types - Response Types export type { ClientVisit, ClientMembership, ClientContract, WaitlistEntry, BookableItem, ScheduleItem, ActiveSessionTime, ShoppingCartResult, CartItem, Payment, TeacherSchedule, OperationResult, ListResult, VisitSummary, ApiResponse, PaginationResponse, } from './types';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vespo92/MindbodyMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server