Introduction

Calry’s unified API aggregates data from multiple PMS integrations, normalize that data across them, manage authentication and authorization, consistently access that data via API, and sync the data continuously. 

We'll walk through the following 4 key aspects of how our API works:

  1. Normalization: How data is mapped across each integration
  2. Authentication and Authorization: How integrations are set up
  3. Access: How data is retrieved from Calry API
  4. Syncing: How the Calry API keeps data up-to-date

Normalization: Creating a Common Data Language

One of the core challenges in integrating multiple PMS platforms is the variance in data formats, objects, and fields. Calry’s Unified Data Model addresses this by normalizing data across all integrations, ensuring that regardless of the source system, the data is presented in a consistent, standardized format. This normalization process includes aligning different data types, enums, and object relationships, making it easier for developers to work with the data without needing to understand the intricacies of each PMS's API.

Authentication and Authorization: Streamlining Access

Setting up integrations with multiple PMS platforms traditionally involves navigating a complex web of authentication and authorization mechanisms. Calry’s Link provides pre-built front-end components to collect the authentication credentials and handles token management for you at the back, providing a seamless authentication experience for your end-users. Calry provides OAuth2 flow for the PMSs that support OAuth.

Access: Unified Data Retrieval

Standardising APIs of multiple PMSs takes many forms, including a common set of:

Syncing: How Data is Refreshed

Calry APIs don’t just standardise data structure and access methods, they also sync the data for you. Let’s see how this works:

  1. Calry APIs make API requests on behalf of your customers for each of their configured PMS integrations. 
  2. For data models like Availability and Prices, you can access real-time data directly via our API whenever the user needs them. For ex: use-cases of Booking Website and upselling rooms.
  3. For the rest, Custom Sync frequencies can be defined for each model and PMS in a manner that avoids rate limits. Default sync will be triggered immediately on the integration being authenticated, and when a re-sync is manually triggered.
  4. Calry API diffs the data received with the prior state of the data to notify your app of changes and updates. You can subscribe to our webhooks that notify you of these changes, and take action right away like retrieving the data via our API.

With Calry syncing data on behalf of you, you’ll be able to tap into constantly updated data. You don’t need to run infrastructure to do data polling or transform the data. This is a huge win for your engineering productivity and infrastructure budget.