Mindbody · Example Payload

Public Api V6 Resource Availability1 Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ResourceIdStartDateTimeEndDateTimeSessionTypeIdsProgramIds

Example Payload

Raw ↑
{
  "ResourceId": 123456,
  "StartDateTime": "2026-05-28T14:30:00Z",
  "EndDateTime": "2026-05-28T14:30:00Z",
  "SessionTypeIds": [
    1
  ],
  "ProgramIds": [
    1
  ]
}