We have introduced a new feature - REST API.
It makes it easier to link the system with other tools, automate processes and work on the same data across different systems.system.
It is a solution for facilities that want to adapt the system to your own processesand not the other way around.
What is the REST API?
The REST API is a communication standard that allows your systems to exchange data directly with the mobile-calendar. Instead of manually exporting, copying information or working on several panels - the data synchronises automatically.
This allows you to:
- integrate the mobile-calendar into your own applications and IT systems,
- build automation tailored to the way the facility works,
- always have up-to-date and consistent data across multiple tools at the same time.
The API does not replace the user interface - expands it for new opportunities.
CRUD operations - full control over data
The REST API in mobile-calendar supports the full range of CRUD operations, namely:
- data creation,
- Reading,
- update,
- deletion of records.
In practice, this means that you can fully manage key system resources via standard HTTP requests. The API covers all key areas of the accommodation facility:
- /reservations - bookings, status, dates of stay
- /guests - guest data, contact information and stay history
- /rooms - room configuration, availability, settings
- /invoices - invoices, payments and financial documents
Each of these endpoints allows for building both simple integrations and advanced automation scenarios.
Examples of REST API applications
Access to the API gives you enormous flexibility. In practice, you can, for example:
- automatically transfer new bookings to external systems,
- synchronise visitor data with CRM or marketing tools,
- generate reports and statements without manual work,
- integrate the mobile-calendar with accounting or BI systems,
- build their own applications to support reception or administration.
This is particularly important for facilities that are growing and need scalable solutionsrather than subsequent manual processes.
Webhooks - real-time events
In addition to the classic REST API, the following are also available webhooksthat allow you to react to events exactly when they happen.
Instead of periodically asking the API for changes, the system itself sends a notification to the specified URL. Events supported include:
- creation of a new booking,
- booking modification,
- cancellation,
- guest check-in.
Webhooks operate over secure HTTPS connections, support automatic retries and allow you to pinpoint the scope of events of interest. It is ideal for systems that need to respond to immediately.
Development log panel - full integration visibility
The Premium plan also includes development log panelwhich makes working with the API significantly easier. Directly in the application you can:
- view the history of API requests (up to 30 days),
- analyse the full server responses,
- quickly identify errors and integration problems.
This makes the implementation and maintenance of integration simpler, safer and more predictable.
REST API documentation
To make it easier to get started, we have prepared detailed documentation including descriptions of endpoints, data structures and examples of queries and responses.
👉 Full documentation of the REST API:
https://mobile-calendar.gitbook.io/v1
Available in Premium plan 💎
REST API, webhooks and a developer log panel are available in the Premium Plan. It is a solution created for facilities that want to:
- automate processes,
- integrate the system into your own tools,
- have full control over data and information flow.