Home
Mindbody
Public Api V6 Visit With Waitlist Info Example
Public Api V6 Visit With Waitlist Info Example
Fitness Wellness Beauty Scheduling Booking Point of Sale Studios Salons Spas Webhooks
Public Api V6 Visit With Waitlist Info Example is an example object payload from Mindbody, with 29 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
WaitlistInfo AppointmentId AppointmentGenderPreference AppointmentStatus ClassId ClientId ClientPhotoUrl ClientUniqueId StartDateTime EndDateTime Id LastModifiedDateTime LateCancelled SiteId LocationId MakeUp Name ServiceId ServiceName Service ProductId SignedIn StaffId WebSignup Action Missed VisitType TypeGroup TypeTaken
Example Payload
{
"WaitlistInfo": {
"WaitlistId": 123456,
"WaitlistOrderNumber": 1
},
"AppointmentId": 123456,
"AppointmentGenderPreference": "None",
"AppointmentStatus": "None",
"ClassId": 123456,
"ClientId": "example-value",
"ClientPhotoUrl": "https://example.mindbodyonline.com/resource/abc123",
"ClientUniqueId": 123456,
"StartDateTime": "2026-05-28T14:30:00Z",
"EndDateTime": "2026-05-28T14:30:00Z",
"Id": 123456,
"LastModifiedDateTime": "2026-05-28T14:30:00Z",
"LateCancelled": true,
"SiteId": -99,
"LocationId": 123456,
"MakeUp": true,
"Name": "Sunset Yoga Studio",
"ServiceId": 123456,
"ServiceName": "example-value",
"Service": {
"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": null,
"CancelOffset": 10,
"ContentFormats": [
"example-value"
],
"PricingRelationships": null
},
"Remaining": 1,
"SiteId": -99,
"Action": "None",
"ClientID": "example-value",
"Returned": true
},
"ProductId": 123456,
"SignedIn": true,
"StaffId": 123456,
"WebSignup": true,
"Action": "None",
"Missed": true,
"VisitType": 1,
"TypeGroup": 1,
"TypeTaken": "example-value"
}