We’ve expanded the Apptoto API to give you more flexibility when working with your Booking Pages. These endpoints allow you to search availability, create bookings, and manage appointments programmatically — perfect for developers and teams that want to integrate Apptoto appointment scheduling into their own apps, workflows, or client-facing portals.
/v1/availability (Existing)
Fetch open appointment time slots from your Apptoto Booking Pages.
- Check open time slots programmatically.
- Build custom booking flows inside your own app or website.
- Ensure accurate availability without relying on static calendars.
/v1/book_now (New)
Book an appointment using one of your Apptoto Booking Pages using the API.
- Create appointments without requiring clients to use the Apptoto-hosted booking page directly.
- Get immediate confirmation if an appointment was successful or failed.
- Ideal for custom front-end experiences or integrations.
/v1/bookings (New)
Retrieve appointment data for one or multiple bookings.
- Fetch individual bookings or ranges of bookings.
Why it Matters
These endpoints open up programmatic access to Apptoto’s booking engine. Whether you want to embed Apptoto into a custom scheduling experience, integrate it with internal tools, or sync appointment data with other systems, you now have more API-level control.