BookingWindow is a JSON Structure definition published by Mindbody, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-booking-window-structure.json",
"name": "BookingWindow",
"description": "Implementation of the 'BookingWindow' model. The booking window for registration",
"type": "object",
"properties": {
"StartDateTime": {
"type": "datetime",
"description": "Date and time that the booking window opens; that is, the first day of sales.",
"example": "2026-05-28T14:30:00Z"
},
"EndDateTime": {
"type": "datetime",
"description": "Date and time that the booking window closes; that is, the last day of sales.",
"example": "2026-05-28T14:30:00Z"
},
"DailyStartTime": {
"type": "datetime",
"description": "The time that the booking window opens; that is, the time that the store opens.",
"example": "2026-05-28T14:30:00Z"
},
"DailyEndTime": {
"type": "datetime",
"description": "The time that the booking window closes; that is, the time that the store closes.",
"example": "2026-05-28T14:30:00Z"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.