← Back to all docs

Ovatu API

Ovatu is an appointment scheduling and booking platform for salons, spas, aesthetic clinics, and wellness businesses, powering over 1.2 million monthly appointments across 90+ countries. Because Ovatu exposes no public API, an unofficial API lets you programmatically pull appointments, clients, staff rosters, services, and payment records—and push updates like new bookings, client notes, and availability changes back into Ovatu.

By Alex KlarfeldMay 30, 2026
Ovatu API

What is Ovatu?

Ovatu is an Australian-owned appointment scheduling and booking platform serving beauty and wellness businesses—salons, spas, aesthetic clinics, yoga studios, and complementary therapy practices—across more than 90 countries, powering over 1.2 million monthly appointments. Businesses use Ovatu to take 24/7 online bookings, manage client records and history, schedule staff rosters, run point-of-sale and payments, and send automated appointment notifications.

Core product areas include:

  • Online Booking (24/7 branded mini-sites, gift cards, passes, intake forms)
  • Payments & POS (Stripe, Square, PayPal, SumUp, Tyro, Zettle, and more)
  • Customer Management (client history, appointment records, notes, file uploads)
  • Scheduling (availability management, recurring appointments, double-booking prevention)
  • Forms & Consultations (pre-appointment intake and consultation forms)
  • Roster Management (staff scheduling, shifts, leave tracking, break scheduling)

Common data entities:

  • Appointments, Bookings, Recurring Series, Availability Slots
  • Clients, Contact Details, Appointment History, Notes, File Uploads
  • Services, Categories, Durations, Pricing, Passes, Gift Cards
  • Staff, Rosters, Shifts, Leave, Breaks
  • Payments, POS Transactions, Invoices, Intake & Consultation Forms

The Ovatu Integration Challenge

Salons and clinics run their entire day on Ovatu, but moving that booking, client, and payment data into other systems is harder than it looks:

  • No public API: Ovatu lists pre-built integrations (Stripe, Square, MailChimp, Zoom, Meta) but exposes no developer API or documented endpoints for custom automation
  • Web- and app-driven workflows: Bookings, rosters, and client notes live behind the authenticated web app and mobile apps, not a programmatic surface
  • Fixed integration catalogue: Connectivity is limited to ~21 named third-party apps; anything outside that list requires manual export or re-keying
  • Per-business configuration: Services, durations, staff, and availability rules are customized per salon, so generic scrapers break across accounts
  • Login and session handling: Authenticated sessions and notifications complicate headless, unattended automation
  • Sensitive client data: Appointment history, intake forms, and file uploads require careful, scoped, compliant access

How Supergood Creates Ovatu APIs

Supergood reverse-engineers Ovatu's authenticated web and mobile app flows to deliver a resilient, programmatic API layer for your Ovatu account—without waiting on a public API that doesn't exist.

  • Handles username/password login and any MFA securely in a managed session
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses across appointments, clients, services, rosters, and payments so you integrate once against consistent objects
  • Respects each business's custom services, durations, staff, and availability rules for accurate, account-specific data

Use Ovatu with AI agents: Ovatu MCP Server →

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your Ovatu modules, services, and authentication model.

  • Supergood Generates and Validates Your API

We deliver a production-ready Ovatu adapter tailored to your account configuration.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as Ovatu evolves.

ovatu

API Endpoints

Authentication

POST/authenticate

Authenticate to an Ovatu account using username/password (and MFA where enabled) and obtain a session token for downstream calls.

Scheduling

GET/appointments

List appointments and bookings with filters for date range, staff member, service, and status.

Scheduling

POST/create_appointment

Create a new booking for a client against a service, staff member, and available time slot.

Clients

GET/clients

Retrieve client records including contact details, appointment history, notes, and uploaded files.

Catalog

GET/services

Pull the service catalogue with categories, durations, and pricing for accurate booking and availability.

Staff

GET/rosters

Fetch staff rosters, shifts, breaks, and leave to compute real-time availability.

Use Cases

Sync appointments and client data to your warehouse

- Pull appointments, bookings, and recurring series into a single analytics warehouse - Stream client records, notes, and appointment history for unified customer profiles - Reconcile no-shows, cancellations, and rebookings across locations

Automate booking and availability workflows

- Create and update bookings programmatically against services, staff, and open slots - Push availability and roster changes without re-keying in the Ovatu app - Prevent double-bookings by reading live roster and shift data

Reconcile payments and POS transactions

- Sync payments, POS transactions, gift cards, and passes into accounting systems - Match takings against services and staff for commission reporting - Surface outstanding balances and refunds to finance workflows

Power marketing and client engagement

- Export segmented client lists and visit history to email and SMS tools - Trigger win-back and rebooking campaigns from appointment events - Sync intake and consultation form responses to CRM systems

Technical Specifications

Authentication

Username/password and MFA (SMS, email, TOTP) handled in a managed session

Connectivity

Authenticated web and mobile app flows reverse-engineered into a stable API surface

Response format

Normalized JSON across appointments, clients, services, rosters, and payments

Rate limits

Adaptive throttling tuned to your account to stay within Ovatu-side limits

Session management

Automatic session refresh, MFA replay handling, and credential rotation

Data freshness

Near real-time pulls for appointments, clients, and payments with optional scheduled batch syncs

Security

Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging

Webhooks

Event-style callbacks for new bookings, cancellations, client updates, and payment changes

Latency

Sub-second reads on cached entities; multi-second writes when creating bookings through the app flow

Throughput

Horizontally scaled workers sized to multi-location appointment and client volume

Reliability

Retry, backoff, and idempotency keys for booking creation and payment operations

Adaptation

Continuous monitoring of Ovatu app changes and per-account configuration drift

Frequently asked questions

No. Ovatu offers a fixed catalogue of pre-built integrations (Stripe, Square, MailChimp, Zoom, Meta and others) but no documented public API or developer endpoints. Supergood provides an unofficial API by working through Ovatu's authenticated app flows.

Yes. Beyond reading appointments, clients, services, and rosters, the API supports writes such as creating bookings, updating client notes, and adjusting availability against your account's configured services and staff.

Credentials are stored in an encrypted vault and access is scoped with audit logging. Client records, intake forms, and file uploads are accessed only within the permissions of your authenticated Ovatu session.

Yes. Supergood continuously monitors Ovatu's web and mobile app changes and per-account configuration drift, adapting the adapter automatically so your integration keeps running.

Yes. Appointments, staff rosters, shifts, and availability are normalized across locations, so multi-site businesses can read and write booking data through a single consistent API.

Ready to get a real API?