Mindbody · Example Payload

Public Api V6 Client Service Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ActiveDateCountCurrentExpirationDateIdProductIdNamePaymentDateProgramRemainingSiteIdActionClientIDReturned

Example Payload

Raw ↑
{
  "ActiveDate": "2026-05-28T14:30:00Z",
  "Count": 10,
  "Current": true,
  "ExpirationDate": "2026-05-28T14:30:00Z",
  "Id": 123456,
  "ProductId": 123456,
  "Name": "Sunset Yoga Studio",
  "PaymentDate": "2026-05-28T14:30:00Z",
  "Program": {
    "Id": 123456,
    "Name": "Sunset Yoga Studio",
    "ScheduleType": "All",
    "CancelOffset": 10,
    "ContentFormats": [
      "example-value"
    ],
    "PricingRelationships": {
      "PaysFor": [
        1
      ],
      "PaidBy": [
        1
      ]
    }
  },
  "Remaining": 1,
  "SiteId": -99,
  "Action": "None",
  "ClientID": "example-value",
  "Returned": true
}