Glofox
Glofox is boutique gym and fitness studio management software - member management, class/appointment scheduling, bookings, memberships, credits, payments, and lead conversion for studios, gyms, and fitness franchises. Glofox was acquired by ABC Fitness Solutions in August 2022 and now operates as the ABC Glofox business unit within ABC's fitness technology platform. Glofox publishes a partner/developer REST API (the "ABC Glofox API Developer Portal") covering members, memberships, plans, credits, classes, bookings, purchases, branches, and leads, plus CDC (change data capture) webhooks for member and access-control events. Access is gated - integrators request x-api-key and x-glofox-api-token credentials by email before they can call the API.
APIs
Glofox Members API
Access, create, and edit member records - the central pivot of the Glofox data model, spanning leads, active members, and ex-members (soft-deleted via an active flag rather than...
Glofox Memberships, Plans & Credits API
Manage Plans (the terms, duration, and pricing of a service offering), a member's Membership against a given Plan, and Credits - the units of value a member redeems to book Clas...
Glofox Classes & Events API
Scheduled Events - classes, appointments, and facility slots - with capacity and attendance tracking that members book against within a given Location/Branch.
Glofox Bookings API
Create and manage a member's booking - the record of intent to attend a scheduled Event - governed by available Credits and Event capacity. Documented end to end in the portal's...
Glofox Payments & Purchases API
Purchase products and plans and process payments through the Payment Collector flow - a hosted, domain-authorized iframe kept out of direct API credential exposure - covering tr...
Glofox Leads API
Capture prospective members as leads and convert them into paying members through the "Lead Sale" integration flow documented in the developer portal.
Glofox Branches (Locations) API
Locations/Branches are the physical studios or gyms that contextualize Plans, Events, and Bookings. Every API request is scoped to a branch via the required x-glofox-branch-id h...
Glofox CDC Webhooks
Outbound change-data-capture webhooks - an HMAC-SHA256-signed Member Webhook (MEMBER_CREATED, MEMBER_UPDATED; deletes are soft via an active flag, no MEMBER_DELETED event) and a...