Endpoints for searching and retrieving product details.
BeMyGuest API v2.0 (2.1)
The BeMyGuest API is the industry benchmark preferred by online travel agents, designed solely for Asia's attractions, tours and activities. This comprehensive API provides real-time access to a vast inventory of travel products.
- Product Discovery: Search and retrieve detailed information for a wide range of travel products, including attractions, tours, and activities.
- Real-Time Availability and Pricing: Check live availability and get up-to-date pricing for specific product types and dates.
- End-to-End Booking Management: Create, confirm, and cancel bookings seamlessly.
- Voucher Retrieval: Access and download booking vouchers directly through the API.
- Configuration: Fetch essential configuration data such as supported languages, currencies, and locations to customize your integration.
Download OpenAPI description
Overview
URL
BeMyGuest API Support
Languages
Servers
Mock server
https://docs.bemyguest.com.sg/_mock/openapi/
Api Demo Server
https://api.demo.bemyguest.com.sg/
Api Production Server
https://api.bemyguest.com.sg/
CreateBookingRequest
Booking person contact data
Structure of a booking options object as used when creating a new booking
Options per booking array
{ "message": "If you need to call, please consider we are in European time zone", "productTypeUuid": "efedb1fc-f150-5eaa-bf6e-fc202f6114bd", "customer": { "email": "example@bemyguest.com.sg", "firstName": "Example", "lastName": "Customer", "phone": "+65 0000 0000", "salutation": "Mr." }, "adults": 1, "children": 0, "seniors": 0, "timeSlotUuid": "cd15153e-dfd1-5077-8aa3-115bec58e86e", "arrivalDate": "2018-03-10", "partnerReference": "OUR_BOOKING_NO_001", "options": { "perPax": [ … ], "perBooking": [] } }