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

Currency

Currency Details

codestringrequired
symbolstringrequired
uuidstringrequired
{ "code": "SGD", "symbol": "S$", "uuid": "cd15153e-dfd1-5039-8aa3-115bec58e86e" }

ErrorResponse

messagestring

A human-readable error message.

codestring

An internal error code.

http_codeinteger

Http Status Code

{ "message": "string", "code": "string", "http_code": 0 }

Language

namestringrequired
codestring
uuidstringrequired
{ "name": "chinese_simplified", "code": "ZH-HANS", "uuid": "d182fbd9-4520-5c66-a513-94fcd3d46d9b" }