Hotel Guest Services API
This API is for hotel services to communicate with staff when a room has been occupied, how long it will be occupied, when it's vacant, and if the room needs certain items (such as: towels, toilet paper, new sheets, vacuuming). Everything is ready to be added to an HTML form for use, and can easily be connected to a database.
Hotel Guest Services API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Add Room /v1/hotel-guest-services/addroom |
This endpoint is to associate a room number to a guest. |
| GET |
Check In /v1/hotel-guest-services/checkin |
This endpoint would gather basic guest information and check-in / check-out dates. |
| GET |
Room Manager /v1/hotel-guest-services/room-manager |
This endpoint changes the vacancy of the specified room, and also can get input on what is needed for that room. Such as: vacuuming, new sheets, toilet paper, towels. |
Hotel Guest Services API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $75 / month | — |
|
| MEGA | $250 / month | — |
|