Register, check in, and cancel a guest's class or workshop booking through Zenoti's Classes APIs
domain: docs.zenoti.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Call POST /v1/classes/{class_id}/registrations with guest_id, session_id, center_id, a waitlist flag, and a booking_source to register a guest for a class session.
To register a guest for a workshop instead, use the separate 'Register a guest to a workshop' POST endpoint.
Call the check-in PUT endpoint (classes or workshops variant) to mark a registered guest as checked in, and the corresponding 'undo check-in' endpoint to reverse it.
Call the cancel-registration PUT endpoint (classes or workshops variant) to cancel a guest's registration.
Call GET 'Retrieve Class Registrations' or 'Fetch user registrations for classes/workshops' to list current bookings for a session or guest.
Known gotchas
Class and workshop registration/check-in/cancel are separate endpoint families in Zenoti's reference despite similar names — using the wrong variant for a session type will fail.
booking_source is a required integer enum (Website=0, Webstore=1, MobileApp=2, Take5App=3, MobilePos=4) with no default — omitting it causes a validation error.
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?