Sapling Docs
API Reference

API Reference

Public booking API endpoints for practice lookup, availability, and appointment requests.

Audience

This API is intended for public booking integrations and external booking frontends.

Scope (v1)

  • GET /api/public/practice
  • GET /api/public/practitioners
  • GET /api/public/availability
  • POST /api/public/book-appointment

Notes

  • Authentication is not required for these public booking endpoints.
  • Rate-limiting and conflict checks are enforced server-side.
  • book-appointment creates records with PENDING status.

On this page