curl --location --request POST 'https://api.ygo.ai/v1/v1/listBookings' \
--header 'Content-Type: application/json' \
--data-raw '{
"UserID": "user_abc123xyz",
"FilterByUserID": true
}'{
"Data": [
{
"ID": "X9Y8Z7W6",
"UserID": "user_abc123xyz",
"ProductID": 67890,
"Status": "paid",
"Details": {
"Trip": {
"ProductID": 67890,
"Name": "Gran Hotel Bahía del Duque - 5 Nights + Flights",
"Description": "Exclusive 5-star resort in Tenerife with direct flights from London",
"StartDate": "2025-12-10",
"EndDate": "2025-12-15",
"City": "Costa Adeje",
"Country": "Spain",
"CountryCode": "ES"
},
"Items": [
{
"ID": "item_activity_001",
"ProductID": 78901,
"Type": "activity",
"Name": "Teide National Park Stargazing Tour",
"Quantity": 2,
"Status": "booked"
}
],
"Travellers": [
{
"FirstName": "John",
"LastName": "Smith",
"Type": "adult"
},
{
"FirstName": "Sarah",
"LastName": "Smith",
"Type": "adult"
}
],
"FirstName": "John",
"LastName": "Smith",
"Email": "john.smith@example.com",
"TotalPrice": {
"Amount": 2845,
"Currency": "EUR"
},
"Locale": "en",
"Shop": "ygotrips",
"Host": "ygo.ai"
},
"CreatedAt": "2025-10-14T10:20:00Z",
"UpdatedAt": "2025-10-16T16:00:00Z"
},
{
"ID": "A1B2C3D4",
"UserID": "user_abc123xyz",
"ProductID": 12345,
"Status": "booked",
"Details": {
"Trip": {
"ProductID": 12345,
"Name": "Hotel Arts Barcelona - 7 Nights",
"Description": "Luxurious 5-star beachfront hotel in Barcelona",
"StartDate": "2025-11-15",
"EndDate": "2025-11-22",
"City": "Barcelona",
"Country": "Spain",
"CountryCode": "ES"
},
"Items": [],
"Travellers": [
{
"FirstName": "John",
"LastName": "Smith",
"Type": "adult"
}
],
"FirstName": "John",
"LastName": "Smith",
"Email": "john.smith@example.com",
"TotalPrice": {
"Amount": 1850,
"Currency": "EUR"
},
"Locale": "en",
"Shop": "ygotrips",
"Host": "ygo.ai"
},
"CreatedAt": "2025-10-15T14:30:00Z",
"UpdatedAt": "2025-10-17T09:15:00Z"
},
{
"ID": "P5Q6R7S8",
"UserID": "user_abc123xyz",
"ProductID": 45678,
"Status": "open",
"Details": {
"Trip": {
"ProductID": 45678,
"Name": "Hilton Garden Inn Rome - 4 Nights",
"StartDate": "2026-01-20",
"EndDate": "2026-01-24",
"City": "Rome",
"Country": "Italy",
"CountryCode": "IT"
},
"Items": [],
"Travellers": [],
"FirstName": "",
"LastName": "",
"Email": "",
"TotalPrice": {
"Amount": 0,
"Currency": "EUR"
},
"Locale": "en"
},
"CreatedAt": "2025-10-16T16:30:00Z",
"UpdatedAt": "2025-10-16T16:30:00Z"
}
],
"Error": null
}