Skip to content

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.

Key Features:

  • 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
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/

Products

Endpoints for searching and retrieving product details.

Operations

Product-Types

Endpoints for retrieving product type information, pricing, and availability.

Operations

Bookings

Endpoints for creating and managing bookings.

Operations

Configuration

Endpoints for retrieving API configuration data.

Operations

Requests

Schemas that define requests.

Responses

Schemas that define API responses.

Webhooks

BookingOptionValue

Has a uuid and a value this is used when creating a booking that has booking options

uuidstring
valuestring or number
{ "uuid": "46db421e-5727-46fc-9f2c-10679e026582", "value": "1" }

BookingOptions

Structure of a booking options object as used when creating a new booking

perBookingArray of objects(BookingOptionValue)>= 0 itemsrequired

Options per booking array

perBooking[].​uuidstring
perBooking[].​valuestring or number
perPaxArray of objects(BookingOptionsPerPax)>= 0 itemsrequired
Array [
perPax[][].​uuidstring
perPax[][].​valuestring or number
]
{ "perBooking": [], "perPax": [] }

BookingOptionsPerPax

When a booking has options that are per-pax then you must provide an array of arrays for this value with one array of options for each person on the booking.

Array [
uuidstring
valuestring or number
]
[ { "uuid": "46db421e-5727-46fc-9f2c-10679e026582", "value": "1" } ]