APIBuild on
Build on
HotelX.
RESTful API with JSON responses and Bearer token authentication. Integrate guest services, rooms, and requests into your own systems.
Base URL
GET https://api.hotelx.app/v1
Authentication
All requests require a Bearer token in the Authorization header. Generate API keys from your Dashboard → Settings → API.
Endpoints
Authentication
POST
/auth/tokenHotels
GET
/hotelsGET
/hotels/:idRooms
GET
/hotels/:id/roomsPOST
/hotels/:id/roomsServices
GET
/hotels/:id/servicesRequests
GET
/hotels/:id/requestsPOST
/hotels/:id/requestsPATCH
/hotels/:id/requests/:idGuests
GET
/hotels/:id/guestsWebhooks
POST
/webhooksEvents
request.createdrequest.updatedfeedback.submitted
Rate Limits
1,000 requests per minute per API key.
Response Format
All responses return JSON with standard HTTP status codes.
Full API documentation coming soon. Contact api@hotelx.app for early access.