Get bookings
cURL
curl --request GET \ --url https://api.letsway.com/v1/bookings
{ "items": [ { "id": "booking-123", "eventId": "event-456", "amount": 250, "experiencePaidAmount": 200, "experienceRefundedAmount": 50, "currency": "USD", "amountRefunded": 50, "date": "2024-03-15", "confirmationCode": "CONFIRM12345", "status": "confirmed", "sessionDate": "2024-03-20", "sessionDuration": 90, "isCancelled": false, "isPartiallyCancelled": false, "createdAt": "2024-03-10T12:00:00Z", "experience": { "id": "exp-123", "title": "Luxury Yacht Tour", "hostName": "John Doe", "number": "EXP001" }, "customer": { "id": "customer-123", "name": "Jane Doe", "emailAddress": "[email protected]" }, "purchaser": { "id": "purchaser-456", "firstName": "Jane", "lastName": "Doe", "emailAddress": "[email protected]", "phoneNumber": "+1234567890" } } ], "links": { "first": "<string>", "previous": "<string>", "next": "<string>", "last": "<string>" } }
x >= 1
x >= 0
ASC
DESC
purchaser
experience
dateBooked
amount
status
brand
sessionDate
Show child attributes
true
false
1
Booking details
List of experiences
Pagination links