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

PaginatedResponse

dataobjectrequired

The main payload of the response.

timestampstring(date-time)required

The timestamp when the response was generated.

linksArray of arrays
metaobject
meta.​paginationobject(Pagination)
meta.​pagination.​countinteger
meta.​pagination.​current_pageinteger
meta.​pagination.​linksobject
meta.​pagination.​links.​nextstring
meta.​pagination.​per_pageinteger
meta.​pagination.​total_pageinteger
{ "data": {}, "timestamp": "2019-08-24T14:15:22Z", "links": [], "meta": { "pagination": {} } }

Pagination

countinteger
current_pageinteger
linksobject
links.​nextstring
per_pageinteger
total_pageinteger
{ "count": 0, "current_page": 0, "links": { "next": "string" }, "per_page": 0, "total_page": 0 }

Paths

Paths to download various versions of an image

originalstringrequired
75x50stringrequired
175x112stringrequired
680x325stringrequired
1280x720stringrequired
1920x1080stringrequired
2048x1536stringrequired
{ "original": "/images/content/original/137656i500d95fcd6f100de346f53c774e90569.jpg", "75x50": "/images/content/75x50/137656i500d95fcd6f100de346f53c774e90569.jpg", "175x112": "/images/content/175x112/137656i500d95fcd6f100de346f53c774e90569.jpg", "680x325": "/images/content/680x325/137656i500d95fcd6f100de346f53c774e90569.jpg", "1280x720": "/images/content/1280x720/137656i500d95fcd6f100de346f53c774e90569.jpg", "1920x1080": "null", "2048x1536": "null" }