Documentation

Introduction Transfers logo icon


APItude also includes now the ability to book transfers.


APItude also includes now the ability to book transfers. This API will provide you with availability for transfer services and allow you to distribute those not only through the websites but also is thought to support mobile and tablets.


APItude for transfers API is designed to provide Hotelbeds Group clients with a set of API calls to:

  • Enable the construction or creation of a complete transfer website or mobile application (app)
  • Integrate transfer services into existing systems both internal and external.
  • Integrate transfers contents for transfers into a common CMS for all the products being distributed.


The API is divided into the following sections:

  • Transfer Booking API : Provides all the needed to develop your booking funnel, confirm a booking and obtain the relevant information for a customer.

  • Transfer Cache API : Returns routes portfolio as well as code mappings needed to operate the Transfers BookingAPI as quickly and simply as possible.

  • Knowledge Base : Will help with most common doubts and recommendations, will be dynamically updated.

APItude for Transfers is delivered via HTTPS requests. Request and response data muste be in JSON allowing you to easily build requests and parse responses in a standard way by using the tools included with most of the modern languages. .

IMPORTANT: For those who have already implemented the shopping cart in previous versions of our API (XML2) you will see a big difference and this is that there is no shopping cart concept present today. The shopping cart shall be managed by you since the API does not have it.

We really recommend downloading the postman collection so you can easily test and see many examples, you can download the collection here.

Remenber that depending of the environment you want to use the hostname changes:

For TEST environment:

POST https://api.test.hotelbeds.com/....

For LIVE environment:

POST https://api.hotelbeds.com/....