Mindbody · Example Payload

Public Api V6 Semester Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Semester Example is an example object payload from Mindbody, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdNameDescriptionStartDateEndDateMultiRegistrationDiscountMultiRegistrationDeadlineActive

Example Payload

Raw ↑
{
  "Id": 123456,
  "Name": "Sunset Yoga Studio",
  "Description": "Example note for Mindbody Public API.",
  "StartDate": "2026-05-28T14:30:00Z",
  "EndDate": "2026-05-28T14:30:00Z",
  "MultiRegistrationDiscount": 1.0,
  "MultiRegistrationDeadline": "2026-05-28T14:30:00Z",
  "Active": true
}