Get the first available date for an experience
cURL
curl --request GET \ --url https://api.letsway.com/v2/experiences/{experienceId}/first-available-date
{ "scheduledDate": "2024-03-15", "sessions": [ { "startTime": "14:30:00", "supportedParticipantsCount": 5, "duration": 90 } ] }
First available date
Scheduled date in ISO format
"2024-03-15"
List of available sessions
Show child attributes