When to use the Customer API
Use the Customer API when you are building something your customers interact with directly:- Custom booking flow — embed a fully branded booking experience inside your own app or website instead of redirecting to anny
- Headless checkout — drive the cart, checkout, and payment steps entirely from your own frontend
- Custom confirmation pages — retrieve booking and order details after checkout to render a tailored confirmation
- Opening hours and availability on public pages — display live schedule data on your website with no authentication required
- White-label experiences — build lobby screens, kiosks, or mobile apps on top of the Customer API
Authentication — Optional Auth
Most Customer API endpoints work without a token. Providing a customer bearer token unlocks personal data and additional actions:Customer API vs Admin API
→ Go to the Admin API
Resource Identifiers
The Customer API uses human-readable identifiers that appear in booking URLs:
Use the Admin API if you need immutable internal IDs for storage in external systems.