Get experiences
curl --request GET \
--url https://api.letsway.com/v1/brands/{brandId}/experiences{
"items": [
{
"id": "exp-123",
"title": "Scuba Diving in Bali",
"slug": "scuba-diving-bali",
"headline": "Dive into the crystal-clear waters of Bali",
"description": "An exciting scuba diving adventure in Bali",
"vibes": [
{
"id": "vibe-123",
"name": "Relaxing"
}
],
"category": {
"id": "cat-123",
"name": "Adventure"
},
"location": {
"longitude": -122.4194,
"latitude": 37.7749,
"name": "San Francisco",
"timezoneId": "America/Los_Angeles",
"additionalInfo": "Near the Golden Gate Bridge"
},
"maxParticipantsCount": 10,
"sessionDurationMinutes": 120,
"currency": "USD",
"coverPicture": {
"id": "uuid-value",
"uri": {
"original": "https://example.com/image.jpg"
},
"kind": "gallery"
},
"pictures": [
{
"id": "uuid-value",
"uri": {
"original": "https://example.com/image.jpg"
},
"kind": "gallery"
}
],
"medias": [
{
"id": "uuid-value",
"uri": {
"original": "https://example.com/image.jpg"
},
"kind": "gallery"
}
],
"bookingAvailabilityMode": "instant",
"providedItems": [
"Diving suit",
"Oxygen tank"
],
"healthAndSafety": "Life jacket required",
"isExclusive": true,
"isBookable": true,
"isUnlisted": false,
"type": "adventure",
"hostedBy": {
"id": "user-123",
"profilePicture": {
"id": "uuid-value",
"uri": {
"original": "https://example.com/image.jpg"
},
"kind": "gallery"
},
"firstName": "John",
"lastName": "Doe",
"emailAddress": "[email protected]",
"description": "Experienced tour guide",
"allowOverlappingBookings": true
},
"paymentMethods": [
"credit-card",
"cash"
],
"priceTiers": [
{
"name": "Standard",
"price": 50
}
],
"taxes": [
{
"name": "VAT",
"amount": 5
}
],
"integrationMeta": [
{
"type": "API",
"key": "integration-key",
"value": {}
}
],
"ratings": {
"rating": 4.8,
"recommendability": 95,
"total": 200
},
"externalField": {
"type": "url",
"value": "https://external-link.com"
},
"minimumRequiredToBook": 2,
"maximumAllowedToBook": 5,
"displayedCapacity": 20,
"cancellationPolicyId": "policy-123"
}
],
"links": {
"first": "<string>",
"previous": "<string>",
"next": "<string>",
"last": "<string>"
}
}curl --request GET \
--url https://api.letsway.com/v1/brands/{brandId}/experiences{
"items": [
{
"id": "exp-123",
"title": "Scuba Diving in Bali",
"slug": "scuba-diving-bali",
"headline": "Dive into the crystal-clear waters of Bali",
"description": "An exciting scuba diving adventure in Bali",
"vibes": [
{
"id": "vibe-123",
"name": "Relaxing"
}
],
"category": {
"id": "cat-123",
"name": "Adventure"
},
"location": {
"longitude": -122.4194,
"latitude": 37.7749,
"name": "San Francisco",
"timezoneId": "America/Los_Angeles",
"additionalInfo": "Near the Golden Gate Bridge"
},
"maxParticipantsCount": 10,
"sessionDurationMinutes": 120,
"currency": "USD",
"coverPicture": {
"id": "uuid-value",
"uri": {
"original": "https://example.com/image.jpg"
},
"kind": "gallery"
},
"pictures": [
{
"id": "uuid-value",
"uri": {
"original": "https://example.com/image.jpg"
},
"kind": "gallery"
}
],
"medias": [
{
"id": "uuid-value",
"uri": {
"original": "https://example.com/image.jpg"
},
"kind": "gallery"
}
],
"bookingAvailabilityMode": "instant",
"providedItems": [
"Diving suit",
"Oxygen tank"
],
"healthAndSafety": "Life jacket required",
"isExclusive": true,
"isBookable": true,
"isUnlisted": false,
"type": "adventure",
"hostedBy": {
"id": "user-123",
"profilePicture": {
"id": "uuid-value",
"uri": {
"original": "https://example.com/image.jpg"
},
"kind": "gallery"
},
"firstName": "John",
"lastName": "Doe",
"emailAddress": "[email protected]",
"description": "Experienced tour guide",
"allowOverlappingBookings": true
},
"paymentMethods": [
"credit-card",
"cash"
],
"priceTiers": [
{
"name": "Standard",
"price": 50
}
],
"taxes": [
{
"name": "VAT",
"amount": 5
}
],
"integrationMeta": [
{
"type": "API",
"key": "integration-key",
"value": {}
}
],
"ratings": {
"rating": 4.8,
"recommendability": 95,
"total": 200
},
"externalField": {
"type": "url",
"value": "https://external-link.com"
},
"minimumRequiredToBook": 2,
"maximumAllowedToBook": 5,
"displayedCapacity": 20,
"cancellationPolicyId": "policy-123"
}
],
"links": {
"first": "<string>",
"previous": "<string>",
"next": "<string>",
"last": "<string>"
}
}