Skip to main content
FitProTracker is a multi-tenant SaaS for fitness facilities — gyms, studios, training franchises. We track contacts, memberships, billing, classes, appointments, and the activities that link them together. This site is for partners and customers building integrations on top of that data. Today that means subscribing to real-time webhooks when things happen in the system. Over time it’ll expand to a full REST API for read and write operations.

Quickstart

Receive your first webhook in 10 minutes.

Webhooks overview

How event delivery works end to end.

Event catalog

The full list of events you can subscribe to.

Signature verification

Verify requests really came from FPT — code samples in JS, Python, C#.

What’s available today

Webhooks v1.1contact.* events with five event types: created, updated, deleted, status changed, and sub-group changed. Delivered as signed HTTPS POSTs to your endpoint within seconds of the change happening in FPT.

On the roadmap

  • membership.*, payment.*, subscription.* events (v1.2)
  • appointment.*, class.*, message.* events (v1.3)
  • Public REST API for read/write — currently scoping
  • Partner-initiated event replay
  • SDKs for Node, Python, C#

Need help?