Mindbody · Example Payload

Public Api V6 Program Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

IdNameScheduleTypeCancelOffsetContentFormatsPricingRelationships

Example Payload

Raw ↑
{
  "Id": 123456,
  "Name": "Sunset Yoga Studio",
  "ScheduleType": "All",
  "CancelOffset": 10,
  "ContentFormats": [
    "example-value"
  ],
  "PricingRelationships": {
    "PaysFor": [
      1
    ],
    "PaidBy": [
      1
    ]
  }
}