Mindbody · Example Payload

Public Api V6 Session Type Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

TypeDefaultTimeLengthStaffTimeLengthIdNameOnlineDescriptionNumDeductedProgramIdCategoryCategoryIdSubcategorySubcategoryIdAvailableForAddOn

Example Payload

Raw ↑
{
  "Type": "All",
  "DefaultTimeLength": 1,
  "StaffTimeLength": 1,
  "Id": 123456,
  "Name": "Sunset Yoga Studio",
  "OnlineDescription": "Example note for Mindbody Public API.",
  "NumDeducted": 1,
  "ProgramId": 123456,
  "Category": "example-value",
  "CategoryId": 123456,
  "Subcategory": "example-value",
  "SubcategoryId": 123456,
  "AvailableForAddOn": true
}