How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

apaleo Booking API

Bookings, reservations, blocks, groups, and offers.

apaleo Booking API is one of 6 APIs that apaleo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Booking. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 11 operations across 8 paths, and defines 8 schemas. It is described by OpenAPI 3.2.0, at version v1.

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

11 operations 8 paths 8 schemas 6 GET1 PATCH2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.apaleo.com/booking/v1
Authentication
OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

apaleo Booking API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the clientCredentials and authorizationCode flows, exposing 10 scopes. By default, every request must be authenticated.

  • oauth2 — apaleo uses OAuth 2.0. Obtain a bearer access token from the apaleo identity provider and send it in the Authorization header as 'Bearer {token}'. The client-c…

Paths & Operations 11

Across 8 paths, the API surfaces 11 operations — 6 GET, 1 PATCH, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Booking 11

Bookings, reservations, blocks, groups, and offers.

POST
/booking/v1/bookings
Create a booking with one or more reservations.
BookingCreateBooking body → 201400401
GET
/booking/v1/bookings
Return a list of bookings.
BookingGetBookings 2 params → 200
GET
/booking/v1/bookings/{id}
Return a single booking by id.
BookingGetBookingById 1 param → 200404
PATCH
/booking/v1/bookings/{id}
Modify the booker and related details of a booking.
BookingPatchBooking 1 param → 204
GET
/booking/v1/reservations
Return a list of reservations matching the filter criteria.
BookingGetReservations 4 params → 200
GET
/booking/v1/reservations/{id}
Return a single reservation by id.
BookingGetReservationById 1 param → 200404
PUT
/booking/v1/reservation-actions/{id}/checkin
Check in a reservation.
BookingCheckinReservation 1 param → 204
PUT
/booking/v1/reservation-actions/{id}/checkout
Check out a reservation.
BookingCheckoutReservation 1 param → 204
POST
/booking/v1/blocks
Create a block of rooms for a group.
BookingCreateBlock → 201
GET
/booking/v1/blocks
Return a list of blocks.
BookingGetBlocks → 200
GET
/booking/v1/offers
Return bookable offers for the given property, dates, and occupancy.
BookingGetOffers 4 params → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are ReservationItemModel (9 properties), CreateReservationModel (7 properties), BookerModel (6 properties), AddressModel (6 properties). Each schema is shown below with its type and property counts.

BookingCreatedModel
object
3 properties
EmbeddedPropertyModel
object
2 properties
MonetaryValueModel
object
2 properties
ReservationItemModel
object
9 properties
CreateReservationModel
object
7 properties 4 required
BookerModel
object
6 properties
CreateBookingModel
object
3 properties 1 required
AddressModel
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

apaleo-booking-api-openapi.yml Raw ↑

Other APIs apaleo publishes across the network.

apaleo Availability API
apaleo Finance API
apaleo Inventory API
apaleo Rate Plan API
apaleo Settings API
Where this information came from

This is an independent, third-party profile of apaleo Booking API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.