Gain full access to reservation, guest, and room data through our REST API. Automate processes and integrate mobile-calendar with your own systems.
GET /v1/public/reservations Authorization: Bearer {access_token} { "data": { "reservationId": 478652, "roomId": 28568, "arrival": "2025-10-14", "departure": "2025-10-16", "clientId": 362792 }, "meta": { "ruid": "7f80f1b4-a44b-4345-b383-7d0a937b4411" } }
Our REST API provides full access to all system features, enabling the creation of custom integrations and automation.
Full control over data - create, read, update, and delete records through standard HTTP requests.
Receive instant notifications about system changes directly on your server.
Monitor all API requests and debug integrations directly within the application.
The API provides endpoints for all key system resources. Detailed documentation with examples is available online.
Download, create, and modify reservations. Access full history and statuses.
Manage the guest database, contact information, and stay history.
Configure rooms, availability, rates, and amenities features.
Generate invoices, track payments, and manage documents.
{ "webhookId": "9b9b499e-095c-4955-8dd0-cc5d84e50764", "eventType": "reservation.created", "timestamp": "2025-10-10T15:39:07+02:00", "data": { "type": "SINGLE", "reservationId": [478652], "roomId": [28568], "arrival": "2025-10-14", "departure": "2025-10-16", "clientId": 362792, "triggeredBy": "MANUAL" } }
Webhooks allow for automatic reactions to events in the system. Configure the endpoint URL and receive notifications about new bookings, changes, and cancellations.
Access to REST API, webhooks, and the developer logs panel is part of the Premium plan. Gain full control over your property's integrations.
Manage your accommodation facility faster and more easily!
Didn't find what you were looking for? Check the help center or contact us.