🚀 Quickstart
Connect to YouCanBookMe’s public booking API with Nango — no credentials required beyond your booking page’s subdomain.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> YouCanBookMe (Public).
2
Authorize YouCanBookMe (Public)
Go to Connections -> Add Test Connection -> Authorize, then enter your booking page subdomain. Later, you’ll let your users do the same directly from your app.
3
Call the YouCanBookMe API
Let’s make your first request to the YouCanBookMe API (create a booking intent). Replace the placeholders below with your secret key, integration ID, connection ID, and your subdomain:Or fetch the connection’s subdomain with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.
📚 YouCanBookMe (Public) integration guides
Nango-maintained guides for common use cases.- How do I link my account? Finding your booking page subdomain
🧩 Pre-built syncs & actions for YouCanBookMe (Public)
Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.API gotchas
- There is no authentication for this API — the booking-intent endpoints (availability, booking, cancellation, rescheduling) are public. For the authenticated/admin side of the API (e.g.
/v1/profiles), use the separate YouCanBookMe integration, which uses Basic auth (Account ID + API key).