Get available times for a date
cURL
curl --request GET \ --url https://api.letsway.com/v2/experiences/{experienceId}/sessions/{date}
{ "items": [ { "startTime": "14:30:00", "duration": 90, "supportedParticipantsCount": 10, "priceTiers": [ { "id": "tier-123", "name": "VIP", "price": 100, "maxQuantity": 5 } ], "withinOnlineBookingCutoffWindow": true, "availableQuantityPerTier": { "tier-123": 5, "tier-456": 2 } } ] }
Available times for a date
List of items
Show child attributes