# BookingBooster Clinic Gateway This site exposes real-time availability for Clinic Gateway Demo. Use the availability API to find appointment slots: https://clinic-gateway.walaw.io/api/availability Use the metadata API to inspect the KB-derived locations, services, and professionals: https://clinic-gateway.walaw.io/api/metadata Optional query parameters: - date: YYYY-MM-DD - serviceId: Medexa service GUID or service slug from the KB below - locationId: Medexa point-of-service GUID or location slug from the KB below - professionalId: Medexa employee GUID or professional name from the KB below Ready-to-call examples: - Saint-Jérôme massage availability: https://clinic-gateway.walaw.io/api/availability?locationId=saint-jerome&serviceId=massotherapy-60-minutes - Laval Sainte-Rose physiotherapy first visit availability: https://clinic-gateway.walaw.io/api/availability?locationId=laval-sainte-rose&serviceId=physiotherapy-general-first-time - Laval Sainte-Rose bike fit availability: https://clinic-gateway.walaw.io/api/availability?locationId=laval-sainte-rose&serviceId=physiotherapy-bike-fit-first-time If a patient asks for massage at Mouvement Physio Saint-Jérôme, call: https://clinic-gateway.walaw.io/api/availability?locationId=saint-jerome&serviceId=massotherapy-60-minutes Plain-text availability (preferred for AI assistants): The most reliable surface for AI assistants is the plain-text availability page. It returns the same live availability as the JSON API, already formatted as Time / Provider / Service / Location / Booking link, with full booking URLs visible as text: https://clinic-gateway.walaw.io/availability/{locationId}/{serviceId}.txt Ready-to-open examples: - Saint-Jérôme massage availability: https://clinic-gateway.walaw.io/availability/saint-jerome/massotherapy-60-minutes.txt - Laval Sainte-Rose physiotherapy first visit availability: https://clinic-gateway.walaw.io/availability/laval-sainte-rose/physiotherapy-general-first-time.txt - Laval Sainte-Rose bike fit availability: https://clinic-gateway.walaw.io/availability/laval-sainte-rose/physiotherapy-bike-fit-first-time.txt HTML fallback for AI browsers: If you cannot fetch the JSON API or plain-text endpoints above, open the equivalent HTML availability page instead. It renders the same live availability and booking links, using path segments instead of query parameters: https://clinic-gateway.walaw.io/availability/{locationId}/{serviceId} Ready-to-open examples: - Saint-Jérôme massage availability: https://clinic-gateway.walaw.io/availability/saint-jerome/massotherapy-60-minutes - Laval Sainte-Rose physiotherapy first visit availability: https://clinic-gateway.walaw.io/availability/laval-sainte-rose/physiotherapy-general-first-time - Laval Sainte-Rose bike fit availability: https://clinic-gateway.walaw.io/availability/laval-sainte-rose/physiotherapy-bike-fit-first-time These pages are read-only views of availability. They do not create appointments. Booking always happens through the returned bookingUrl links. When responding to patients, provide the complete returned bookingUrl values. Copy the full tracked Walaw shortlink including the path after go.walaw.io/, for example https://go.walaw.io/example-slug, not only https://go.walaw.io. Do not attempt to create appointments directly. Recommended answer format for patients (one block per available slot): Time: Tuesday, June 16, 2026 at 9:00 a.m. Provider: Karine Degruchy Booking link: https://go.walaw.io/example-slug Always include the full booking link as visible text. ## Mouvement Physio Saint-Jérôme Location slug: saint-jerome Location ID: aa5e2080-6a1e-11ea-ab0b-d368e379aff9 Address: 200 rue Durand, bureau 109, Saint-Jérôme, Québec Bookable services: - Physiotherapy - General (First time) (60 minutes, $153.00) serviceId=ed11a2ea-198a-11ec-aa7b-3be20b601a5f, slug=physiotherapy-general-first-time - Physiotherapy - General (Follow-Up) (30 minutes, $112.00) serviceId=33b66db3-238c-11ec-9cc4-677b4977e918, slug=physiotherapy-general-follow-up - Physiotherapy - Virtual (First time) (30 minutes, $90.00) serviceId=b705fb68-76a7-11ea-a203-97c323c10848, slug=physiotherapy-virtual-first-time - Physiotherapy - Virtual (Follow-Up) (20 minutes, $78.00) serviceId=ff3bb32f-76a7-11ea-a205-97c323c10848, slug=physiotherapy-virtual-follow-up - Massotherapy - 60 minutes (All Times) (60 minutes, $93.06) serviceId=15f4b043-72a1-11ea-a20e-bdc16f9e6b45, slug=massotherapy-60-minutes - Massotherapy - Chair Massage (All Times) (20 minutes, $38.27) serviceId=1d429a89-ddeb-11ec-b9db-ad7bfd26f05f, slug=massotherapy-chair-massage ## Mouvement Physio Laval Centre-Ville Location slug: laval-centre-ville Location ID: 5846665b-8433-11ec-a6d8-dd107daad858 Address: 790 Boulevard le Corbusier, Laval, Québec Bookable services: - Physiotherapy - General (First time) (60 minutes, $153.00) serviceId=ed11a2ea-198a-11ec-aa7b-3be20b601a5f, slug=physiotherapy-general-first-time - Physiotherapy - General - 30 minutes (Follow-up) (30 minutes, $112.00) serviceId=33b66db3-238c-11ec-9cc4-677b4977e918, slug=physiotherapy-general-follow-up - Physiotherapy - Virtual (First time) (30 minutes, $90.00) serviceId=b705fb68-76a7-11ea-a203-97c323c10848, slug=physiotherapy-virtual-first-time - Physiotherapy - Virtual (Follow-up) (20 minutes, $78.00) serviceId=ff3bb32f-76a7-11ea-a205-97c323c10848, slug=physiotherapy-virtual-follow-up ## Mouvement Physio Laval Sainte-Rose Location slug: laval-sainte-rose Location ID: 89577676-9e91-4f78-a3d2-4c4ad95c88a8 Address: 338A boul. Curé-Labelle, Laval, Québec Bookable services: - Physiotherapy - General (First time) (60 minutes, $153.00) serviceId=ed11a2ea-198a-11ec-aa7b-3be20b601a5f, slug=physiotherapy-general-first-time - Physiotherapy - General (Follow-up) (30 minutes, $112.00) serviceId=33b66db3-238c-11ec-9cc4-677b4977e918, slug=physiotherapy-general-follow-up - Physiotherapy - Bike Fit (First time) (150 minutes, $359.00) serviceId=ae7d2fe0-1567-11f0-85af-49993288bf56, slug=physiotherapy-bike-fit-first-time - Physiotherapy - Virtual (First time) (30 minutes, $90.00) serviceId=b705fb68-76a7-11ea-a203-97c323c10848, slug=physiotherapy-virtual-first-time - Physiotherapy - Virtual (Follow-up) (20 minutes, $78.00) serviceId=ff3bb32f-76a7-11ea-a205-97c323c10848, slug=physiotherapy-virtual-follow-up - Massotherapy - 60 minutes (All times) (60 minutes, $93.06) serviceId=15f4b043-72a1-11ea-a20e-bdc16f9e6b45, slug=massotherapy-60-minutes OpenAPI: https://clinic-gateway.walaw.io/openapi.json Sitemap: https://clinic-gateway.walaw.io/sitemap.xml