Skip to main content
GET
/
v2
/
experiences
/
{experienceId}
/
sessions
/
{date}
Get available times for a date
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
      }
    }
  ]
}

Path Parameters

experienceId
string

Query Parameters

private
boolean
latest
boolean
ignoreCutOffHours
boolean

Response

200 - application/json

Available times for a date

items
object[]
required

List of items