Mindbody · Example Payload

Public Api V6 Reservation Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ReservationIdReservationExternalIdClassIdClassExternalIdMemberExternalIdReservationTypeSpotsIsConfirmedConfirmationDate

Example Payload

Raw ↑
{
  "ReservationId": "example-value",
  "ReservationExternalId": "example-value",
  "ClassId": "example-value",
  "ClassExternalId": "example-value",
  "MemberExternalId": "example-value",
  "ReservationType": "example-value",
  "Spots": {
    "ReservedSpotNumbers": [
      1
    ],
    "AvailableSpotNumbers": [
      1
    ],
    "UnavailableSpotNumbers": [
      1
    ]
  },
  "IsConfirmed": true,
  "ConfirmationDate": "2026-05-28T14:30:00Z"
}