How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Mindbody Enrollment API

Enrollment operations.

Mindbody Enrollment API is one of 13 APIs that Mindbody publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Enrollment. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, code examples, and authentication docs.

This API exposes 4 operations across 4 paths, and defines 48 schemas. It is described by OpenAPI 3.2.0, at version 6.0.

Requests are made against a single base URL, https://api.mindbodyonline.com.

4 operations 4 paths 48 schemas 1 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
6.0
Base URL
https://api.mindbodyonline.com
Authentication
API Key, OAuth 2.0
License
Proprietary
Resource Areas
1

Authentication & Security 2

Mindbody Enrollment API declares 2 security schemes for authenticating requests. An API key is passed in the header as API-Key (ApiKeyAuth). It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 5 scopes. By default, every request must be authenticated.

  • ApiKeyAuth — Mindbody-issued API key (server-to-server). Required on every request.
  • OAuth2 — OpenID Connect bearer token issued by Mindbody Identity Service (signin.mindbodyonline.com). Required for endpoints that act on behalf of a staff or client use…

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 1 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Enrollment 4

Enrollment operations.

GET
/public/v6/enrollment/enrollments
Mindbody Returns a List of Enrollments. an Enrollment is a Service, Such as a
getEnrollments 12 params → 200400401403404500
POST
/public/v6/enrollment/addclienttoenrollment
Mindbody Book a Client Into an Enrollment
addClientToEnrollment 3 params body → 200400401403404500
POST
/public/v6/enrollment/addenrollmentschedule
Mindbody This Endpoint Adds a Enrollment Schedule. You Can Require Clients to
addEnrollmentSchedule 3 params body → 200400401403404500
POST
/public/v6/enrollment/updateenrollmentschedule
Mindbody This Endpoint Update a Enrollment Schedule
updateEnrollmentSchedule 3 params body → 200400401403404500

Schemas 48

The contract defines 48 schemas that model the data the API accepts and returns. The most detailed are Client (58 properties), Staff (38 properties), Class (30 properties), Visit (28 properties). Each schema is shown below with its type and property counts.

Unavailability
object
Implementation of the 'Unavailability' model.
4 properties
ClientRelationship
object
Implementation of the 'ClientRelationship' model. A relation between two clients.
5 properties
GetEnrollmentsResponse
object
Implementation of the 'GetEnrollmentsResponse' model.
2 properties
AppointmentGenderPreference1Enum
string
AppointmentGenderPreference1Enum enumeration.
AppointmentStatusEnum
string
AppointmentStatusEnum enumeration.
ClientService
object
Implementation of the 'ClientService' model. A service that is on a client's account.
14 properties
ClientCreditCard
object
Implementation of the 'ClientCreditCard' model. A client credit card.
10 properties
ScheduleTypeEnum
string
ScheduleTypeEnum enumeration.
CustomClientFieldValue
object
Implementation of the 'CustomClientFieldValue' model. The value of a custom client field
4 properties
Staff
object
Implementation of the 'Staff' model. The Staff
38 properties
Availability
object
Implementation of the 'Availability' model. A staff availability entry
13 properties
AddOnSmall
object
Implementation of the 'AddOnSmall' model.
4 properties
Program
object
Implementation of the 'Program' model.
6 properties
ProspectStage
object
Implementation of the 'ProspectStage' model.
3 properties
AppointmentStaff
object
Implementation of the 'AppointmentStaff' model.
4 properties
ClassSchedule
object
Implementation of the 'ClassSchedule' model. Represents a single class instance. The class meets at the start time, goes until the end time.
24 properties
Location
object
Implementation of the 'Location' model.
25 properties
SessionType
object
Implementation of the 'SessionType' model. SessionType contains information about the session types in a business.
13 properties
SalesRep
object
Implementation of the 'SalesRep' model.
5 properties
TypeEnum
string
TypeEnum enumeration.
FrequencyTypeEnum
string
FrequencyTypeEnum enumeration.
Appointment
object
Implementation of the 'Appointment' model. Contains information about an appointment.
23 properties
GenderPreferenceEnum
string
GenderPreferenceEnum enumeration.
Class
object
Implementation of the 'Class' model. Represents a single class instance. The class meets at the start time, goes until the end time.
30 properties
Level
object
Implementation of the 'Level' model. A session level.
3 properties
Visit
object
Implementation of the 'Visit' model. Represents a specific visit to a class
28 properties
Amenity
object
Implementation of the 'Amenity' model. Definition of a location amenity
2 properties
Client
object
Implementation of the 'Client' model. The Client.
58 properties
PaginationResponse
object
Implementation of the 'PaginationResponse' model. Contains information about the pagination to use.
4 properties
AssignedClientIndex
object
Implementation of the 'AssignedClientIndex' model. Represents a client index value assigned to a client
2 properties
AppointmentGenderPreferenceEnum
string
AppointmentGenderPreferenceEnum enumeration.
AddClientToEnrollmentRequest
object
Implementation of the 'AddClientToEnrollmentRequest' model. Add Client To Enrollment Request Model
8 properties
WrittenClassSchedulesInfo
object
Implementation of the 'WrittenClassSchedulesInfo' model.
2 properties
Relationship
object
Implementation of the 'Relationship' model. Jim is a RelationshipName1 of John. John is a RelationshipName2 of Jim.
3 properties
Action1Enum
string
Action1Enum enumeration.
ClassDescription
object
Implementation of the 'ClassDescription' model. Represents a class definition. The class meets at the start time, goes until the end time.
15 properties
StatusEnum
string
StatusEnum enumeration.
UpdateClassEnrollmentScheduleRequest
object
Implementation of the 'UpdateClassEnrollmentScheduleRequest' model.
24 properties
BookingStatusEnum
string
BookingStatusEnum enumeration.
StaffSetting
object
Implementation of the 'StaffSetting' model. contains the information about the staff settings.
2 properties
ResourceAvailability
object
Implementation of the 'ResourceAvailability' model. An availability of a resource
3 properties
Course
object
Implementation of the 'Course' model. A course.
10 properties
BookingWindow
object
Implementation of the 'BookingWindow' model. The booking window for registration
4 properties
ResourceSlim
object
Implementation of the 'ResourceSlim' model. Contains information about resources, such as rooms.
2 properties
PricingRelationships
object
Implementation of the 'PricingRelationships' model.
2 properties
Liability
object
Implementation of the 'Liability' model.
3 properties
ClientType
object
Implementation of the 'ClientType' model. Represents a client's type classification.
2 properties
AddClassEnrollmentScheduleRequest
object
Implementation of the 'AddClassEnrollmentScheduleRequest' model.
24 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mindbody-enrollment-api-openapi.yml Raw ↑

Other APIs Mindbody publishes across the network.

Mindbody Appointment API
Mindbody Class API
Mindbody Client API
Mindbody Cross Site API
Mindbody Metrics API
Mindbody Payroll API
Mindbody Pick A Spot API
Mindbody Sale API
Mindbody Site API
Mindbody Staff API
Mindbody Subscriptions API
Mindbody User Token API
Where this information came from

This is an independent, third-party profile of Mindbody Enrollment API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.