Skip to content

api-evangelist/zenplanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zen Planner (zenplanner)

Zen Planner is gym, martial arts, yoga, affiliate, and fitness studio management software covering membership management, billing and payments, class scheduling, attendance and check-ins, skills/belt tracking, and a member app. Zen Planner is owned by Daxko. Its developer API is published on the shared Daxko Partners API platform as the "Zen Planner API."

Access model: The Zen Planner API is partner-gated - you request access through a Daxko sales representative and are provisioned OAuth 2.0 credentials. The API reference is publicly viewable (Daxko's Redocly-hosted docs), but calling the API requires a provisioned partner relationship, so live traffic was not exercised for this entry. The Classes endpoints are confirmed from the public reference; the remaining module operations are honestly modeled from the documented module set (endpointsModeled: true) and may differ in exact path, parameters, and payloads from the gated production surface.

Base URL: https://api.partners.daxko.com/api/v1 Authentication: OAuth 2.0 (partner tokens via https://api.partners.daxko.com/v3/partners/oauth2/token; member auth via https://operations.oauth2.partners.daxko.com/token)

APIs.json: https://raw.githubusercontent.com/api-evangelist/zenplanner/refs/heads/main/apis.yml

Tags

  • Fitness
  • Gym Management
  • Studio Management
  • Martial Arts
  • Membership
  • Scheduling
  • Class Booking
  • Daxko

Timestamps

  • Created: 2026-07-04
  • Modified: 2026-07-04

APIs

All APIs share the base URL https://api.partners.daxko.com/api/v1 and are documented at the public Daxko Partners reference: https://docs.partners.daxko.com/openapi/ZenPlanner/v1/

Zen Planner People API

Retrieve people (members and contacts) records held in a Zen Planner studio account. Person records are the anchor for memberships, class reservations, and attendance in the rest of the API.

Zen Planner Memberships API

Access membership information for a person - the plans, agreements, and billing relationships that a member holds at a studio.

Zen Planner Classes API

Retrieve class information including schedules and class types, list a person's class reservations, and list a person's class attendances (check-ins). Confirmed paths: /classes, /classes/people/{personId}/reservations, /classes/people/{personId}/attendances.

Zen Planner Locations API

Access information about the physical locations (studios) configured in a Zen Planner account.

Zen Planner Programs API

Retrieve information about programs - the offerings (memberships, classes, services) a studio organizes its business around.

Zen Planner Prospects API

Create prospect (lead) records so external lead-capture and marketing tools can push new prospects into a studio's Zen Planner CRM.

Zen Planner Groups API

Access information about groups and the people associated with them - for example households or family memberships.

Common Properties

Pricing

Zen Planner is priced as a monthly SaaS subscription scaled by active members (not staff or prospects). Public and third-party sources describe three editions from roughly $99/month to ~$348/month, with most studios paying $99-$200/month. See plans/zenplanner-plans-pricing.yml. API access is a separate, sales-gated Daxko Partners arrangement.

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors