← Back to all docs

ClubReady API

ClubReady is a full-suite fitness and wellness management platform that powers member management, scheduling, billing, payments, lead and sales workflows, and reporting for studios, gyms, and multi-unit franchises. An unofficial API lets you programmatically pull members, packages, appointments, classes, sales, and billing data—and push updates like new prospects, bookings, and payments back into ClubReady.

By Alex KlarfeldMay 30, 2026
ClubReady API

What is ClubReady?

ClubReady is a full-suite fitness management software platform, founded in 2009, that helps studio, gym, and wellness operators streamline operations and grow their businesses. Operators use ClubReady to run core club operations, manage the member experience and staff, drive lead and sales workflows, process billing and payments, and surface reporting and analytics—extended by a custom-branded mobile app (MyFitApp), the ClubReady Connect multi-location platform, performance tracking (PIQ), and past-due communications via ClubReady Collect.

Core product areas include:

  • Core Club Operations and Member Experience management
  • Lead and Sales Management with prospect pipelines
  • Billing and Payments (recurring dues, packages, point-of-sale)
  • Staff Management and scheduling
  • Reporting and Analytics (including iKizmet business analytics)
  • Custom-branded mobile app (MyFitApp) and ClubReady Connect for multi-location franchises

Common data entities:

  • Members, Prospects, Leads, Contacts
  • Packages, Memberships, Sessions, Credits
  • Appointments, Classes, Schedules, Bookings
  • Sales, Invoices, Payments, Store/POS transactions
  • Staff, Trainers, Locations, Clubs

The ClubReady Integration Challenge

Studios and franchises run daily operations on ClubReady, but turning portal-driven workflows into reliable API-driven automation is non-trivial:

  • Approval-gated API access: The club owner must request and be granted API access before any third party can connect—integrations stall on a manual approval step
  • Layered credentials: Calls require a subscription key plus a username and password key, so credential provisioning and rotation must be managed carefully
  • Multi-location spread: Franchises run many clubs through ClubReady Connect, each with its own members, schedules, and billing identifiers to reconcile
  • Mobile-first member data: Engagement flows through the MyFitApp mobile experience, leaving some activity outside straightforward server-to-server access
  • Endpoint and notification variability: Coverage and real-time data notifications differ by module, franchise brand, and the club's configuration
  • Billing and POS sensitivity: Recurring dues, package draws, and point-of-sale transactions need careful idempotency and reconciliation to avoid double-charging

How Supergood Creates ClubReady APIs

Supergood reverse-engineers authenticated browser flows and ClubReady's developer API surface to deliver a resilient, normalized API layer for your clubs—across single locations and ClubReady Connect franchises.

  • Handles subscription key plus username/password credentials securely in a managed session
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses across Members, Packages, Scheduling, Sales, and Billing so you integrate once and rely on consistent objects
  • Reconciles members, schedules, and transactions across every location in a multi-club franchise

Use ClubReady with AI agents: ClubReady MCP Server →

Getting Started

  • Schedule Integration Assessment

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

  • Supergood Generates and Validates Your API

We deliver a production-ready ClubReady adapter tailored to your locations and access.

  • Deploy with Monitoring

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

clubready

API Endpoints

Authentication

POST/authenticate

Authenticate to a ClubReady club using a subscription key plus username/password and obtain a session for downstream calls.

Members

GET/members

List members and prospects with filters for club, status, join date, and membership type.

Members

POST/create_prospect

Push a new prospect or lead into a club's sales pipeline with contact details and source attribution.

Scheduling

GET/appointments

Retrieve appointments, classes, and bookings across staff, trainers, and locations with date-range filters.

Scheduling

POST/create_booking

Book a member into a class or appointment slot against available staff and capacity.

Billing

GET/sales

Pull sales, invoices, payments, and point-of-sale transactions with package and store filters.

Use Cases

Sync member and prospect data into your CRM

- Pull members, prospects, and leads from every club into a single CRM or warehouse - Push new prospects captured on your site or ads back into the ClubReady sales pipeline - Reconcile membership status and package balances for unified member 360

Automate scheduling and class bookings

- Sync appointments, classes, and trainer availability into downstream booking tools - Create and cancel bookings programmatically without portal clicks - Surface no-shows and waitlist events to retention and engagement workflows

Reconcile billing, packages, and POS revenue

- Stream sales, invoices, and payments into accounting and revenue systems - Match package draws and recurring dues against member records - Flag failed payments and past-due accounts to collections workflows

Roll up reporting across a multi-club franchise

- Aggregate members, schedules, and sales across every ClubReady Connect location - Normalize location-specific identifiers into one consistent franchise dataset - Feed unified KPIs into iKizmet-style analytics and executive dashboards

Technical Specifications

Authentication

Subscription key plus username/password key handled in a managed session

Connectivity

ClubReady developer API surface plus authenticated browser flows where coverage is gated

Response format

Normalized JSON across Members, Scheduling, Sales, and Billing objects

Rate limits

Adaptive throttling tuned to your clubs to stay within ClubReady's API limits

Session management

Automatic session refresh, credential rotation, and approval-state handling

Data freshness

Near real-time pulls for members, bookings, and sales with optional scheduled batch syncs

Security

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

Webhooks

Event-style callbacks built on ClubReady real-time data notifications for member, booking, and payment changes

Latency

Sub-second reads on cached entities; multi-second writes when posting bookings and payments

Throughput

Horizontally scaled workers sized to multi-location franchise volume

Reliability

Retry, backoff, and idempotency keys for bookings, billing, and POS transactions

Adaptation

Continuous monitoring of ClubReady releases and per-club configuration drift

Frequently asked questions

Yes. ClubReady requires the club owner to request and be granted API access for third-party integrations. Supergood works against your approved subscription key and credentials once access is enabled, and helps coordinate that provisioning.

Yes. Supergood normalizes members, schedules, sales, and billing across every location in a ClubReady Connect franchise, reconciling location-specific identifiers into one consistent dataset.

Yes. Beyond pulling members, appointments, and sales, you can push prospects into the sales pipeline, create and cancel bookings, and post payments back into ClubReady.

Recurring dues, package draws, and point-of-sale transactions run with idempotency keys, retry, and backoff so payments are reconciled cleanly and never double-charged.

Supergood continuously monitors ClubReady releases, real-time data notifications, and per-club configuration drift, adjusting the adapter automatically so your integration keeps working.

Ready to get a real API?