Public Booking
Public-facing booking page endpoints for customers to view availability and schedule appointments.
📄️ Public Slug Check
Check if a bookable slug exists (public, no auth).
📄️ Get Storefront By Bookable
Get storefront data by bookable slug.
📄️ Get Availability By Bookable
Get available time slots by bookable slug.
📄️ Create Booking By Bookable
Create a booking by bookable slug.
📄️ Create Payment Intent By Bookable
Create a booking with payment intent by bookable slug.
📄️ Client Lookup By Bookable
Look up a returning client by bookable slug.
📄️ Get Storefront
Get storefront data for a business.
📄️ Get Availability
Get available time slots for a specific service on a given date.
📄️ Create Booking
Create a booking from the public storefront.
📄️ Create Payment Intent
Create a booking with AWAITING_PAYMENT status and a Stripe PaymentIntent.
📄️ Client Lookup
Look up a returning client by email.
📄️ Join Waitlist
Join the waitlist for a full class instance.
📄️ Get Managed Booking
Get booking details using a manage token.
📄️ Reschedule Managed Booking
Reschedule a booking using a manage token.
📄️ Cancel Managed Booking
Cancel a booking using a manage token.