Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Klook Bookings API

The Bookings API from Klook — 5 operation(s) for bookings.

Klook Bookings API is one of 4 APIs that Klook publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Bookings. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 7 operations across 5 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.example.com/octo.

7 operations 5 paths 0 schemas 2 GET1 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://{supplier_endpoint}/octo
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Klook Bookings API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Auth).

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 2 GET, 1 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Bookings 7
POST
/bookings
Booking Reservation
post-bookings 1 param body → 200400
GET
/bookings
Get Bookings
get-bookings 7 params → 200400
POST
/bookings/{uuid}/confirm
Booking Confirmation
post-bookings-uuid-confirm 2 params body → 200400
POST
/bookings/{uuid}/cancel
Booking Cancellation
delete-bookings-:uuid 1 param body → 200400
GET
/bookings/{uuid}
Get Booking
get-bookings-:uuid 1 param → 200400
PATCH
/bookings/{uuid}
Booking Update
patch-bookings-:uuid 2 params body → 200400
POST
/bookings/{uuid}/extend
Extend Reservation
post-bookings-uuid-extend 2 params body → 200400

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

klook-bookings-api-openapi.yml Raw ↑

Other APIs Klook publishes across the network.

Klook Availability API
Klook Products API
Klook Supplier API