Skip to main content

Calry Link

Overview​

Calry Link is a UI component that guides your end-user through setting up a PMS integration. We utilize a series of token exchanges to securely authenticate your users' integrations.

Calry Link

Step 1. When a user clicks on a PMS logo in your integrations page, setup a POST request in your backend to initialize a Calry Link session as mentioned here - Create Link.

Step 2. Once you receive the response from the above API, you'll get a linkId. Redirect the user to the Calry Link at this url: https://dev.calry.app/link/{linkId}

Step 3. Once the user completes the authentication process, they will be redirected to the redirectUrl you provided in the Create Link API.

Step 4. To show that the user has successfully authenticated the integration within your integrations page, set up a GET request to get the status of the integration as mentioned here - Get Link.

Step 5. Store the integrationAccountId you receive from the above request to make subsequent calls to our unified API.