Search Mindbody class schedules with GetClasses and book a client into a class with AddClientToClass.
domain: developers.mindbodyonline.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate and obtain a staff user token as described in the Mindbody Public API v6 auth flow.
Call GetClasses with site, date range, and program/session type filters to list scheduled classes and note the class Id the client wants.
Look up or create the client with the Client endpoints if not already on file.
Call AddClientToClass with the class Id, client Id, and staff token to book (or waitlist) the client.
Check the class's capacity/waitlist state before booking to decide whether to book directly or add to the waitlist.
Known gotchas
AddClientToClass now includes request deduplication, so identical rapid-fire booking requests are treated as a single transaction rather than creating duplicate bookings.
Booking a client off a waitlist requires first calling GetWaitlistEntries to find the correct waitlist entry Id before calling AddClientToClass.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?