Welcome to Inspiretec Reservations APIs!

Sign up Explore APIs

99.95% availability

Our APIs can be used for mission-critical systems.

5 million API calls daily

Our APIs define the industry's standards.

Our APIs

Feature 1

Booking Import

Import bookings to Inspiretec Reservations product using a standardised model

Try it out

Certification

As an API consumer you will be required to certify your integration. We will require evidence that the following scenarios are handled by your application;

Booking Import
POST /bookingImport/ - Payload to contain a JSON respresentation of the reservations booking object
201 Accepted - Returns a URL for the booking import status with the unique Id for the import - /bookingImport/status/{id}
500 Error - Response will contain the error

Booking Import Status
GET /bookingImport/status/{id}
200 OK 'Processing' - The import is in progress
302 Redirect /booking/{id} - The import has completed, redirect to the booking
500 Error - Response will contain the error

Booking
GET /booking/{id}
200 OK - Response contains a JSON representation of the booking imported into Reservations, any warnings and errors relating to the import
500 Error - Response will contain the error