Copy Page
Booking Hotels
About API
Auth
Register
POST
Login by Password
POST
Login by Access Token
GET
Renew Access Token
GET
Update Password
PATCH
Update Profile
PATCH
Request Forgot Password
POST
Verify Forgot Password
POST
Confirm Forgot Password
PATCH
Logout
DELETE
Hotels
Get Hotel List
GET
Get Hotel by Id
GET
Create Hotel
POST
Update Hotel by Id
PATCH
Delete Hotel by Id
DELETE
Rooms
Get Room List
GET
Get Room by Id
GET
Create Room
POST
Update Room by Id
PATCH
Delete Room by Id
DELETE
Bookings
Actions
Pay Booking by Id
Cancel Booking by Id
Check In Booking by Id
Get Booking List
GET
Get Booking by Id
GET
Create Booking
POST
Check Service Status
GET
Schemas
Entity
Hotel Entity
Room Entity
Booking Entity
Booking Status History Entity
Base Entity
User Entity
Shared
Pagination Meta
Constant
Booking Status
Check Service Status
Copy Page
GET
/
Try it
Run in Apidog
Run in Apidog
Request
None
Responses
🟢
200
Success
application/json
Generate Code
Body
application/json
Generate Code
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
'/'
Response
Response Example
{
"status_code"
:
200
,
"message"
:
"This service is running properly"
}
Modified atÂ
2025-03-26 04:44:02
Previous
Create Booking
Next
Hotel Entity