Integrate your hotel management system to handle bookings, room availability, and guest check-ins seamlessly using our secure API.
The Analysis HMS Reservation API allows hotels to integrate their systems programmatically with our platform. By using this API, you can automate reservation processes, manage room availability, update bookings, and track guest check-ins, reducing manual errors and improving operational efficiency.
Developers can securely push reservations using a unique API key in the route and a Bearer token in the request header. This makes integrations safe, fast, and reliable.
The Reservation API allows you to push a variety of data to manage hotel bookings efficiently. Below are the main types of information supported:
Properly structuring this data in your JSON payload ensures smooth processing of reservations and prevents errors.
Push a new reservation:
POST: https://analysishms.com/api/reservation/push/{api_key}
Include your Bearer token in the request header as:
Authorization: Bearer <your_bearer_token>
To get your unique API key and Bearer token, contact our support team:
After receiving your API key, you can start testing the Reservation API immediately.
Below is a partial JSON sample for your reference. For the complete JSON, download the sample file:
{ "RoomStays": [ { "RoomTypes": [ { "RoomDescription": { "Name": "DELUXE" }, "NumberOfUnits": 1, "RoomTypeCode": "1103" } ], "RatePlans": [ { "RatePlanCode": "7103", "RatePlanName": "AP (DLX)" } ], ... } ] }
You can open this API directly in Postman using your API key and Bearer token:
Open in PostmanMake sure to set the request type to POST and include the Authorization header:
Authorization: Bearer <your_bearer_token> Content-Type: application/json
/api/reservation/push/{api_key}
with your Bearer token in the header.Analysis HMS Reservation API - secure, reliable, and fast solution for hotel booking automation.