Skip to main content

Overview

Welcome to the Calry Vacation Rental API reference documentation!

You can use this API to integrate with Calry and pull data from or push data to integrations that your users have authorized.

Base API URL​

All API endpoints in the reference documentation below are relative to the following base URL:

https://dev.calry.app/api/v2/vrs

For example:

curl --location 'https://dev.calry.app/api/v2/vrs/reservations' \
--header 'Authorization: Bearer eyJraWQiOiJzLWE5MGU1M2Q0LTJiNzktNDc2ZS1iNDA0LWI2YzQ2MzE2NmY5ZCIsInR5cCI6IkpXVCIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjMwMDAvYXV0aCIsInVzZXJJZCI6IjVlNWRkMWE2LTA5NGItNDI4ZS1hMDRmLTBmMmUyMDgwMTgxZiIsIndvcmtzcGFjZUlkIjoiNzI0NmU0ZjUtZDhmMi00YzAxLWFiYjctNzUzYjlkZjJkMzFmIiwibmFtZSI6Im5ldy10b2tlbiIsInNvdXJjZSI6Im1pY3Jvc2VydmljZSIsImlhdCI6MTY5OTk2ODQ0MSwiZXhwIjoxNzAzNTY4NDQxfQ.AjrTPfTRLcav6K-hysiO79QU7huC3WtBc8utGGDkNnaq7hYIbHYlnTrDTc0HQPChoRByZaBC6in3MELHEdx-6AoNwXgDip3P_9vVQBq6N87krACv-8q8w-SvXWWuaC8kQ9IK_OzkqyJAzjISHFjWwL9Mk5a5LOisWDa_IE6ecxeJcL0cukBzCewIZFytAdX0Y4yOj8T0GIi2o03avOhCK1ePlS10nX-BkPSZpYmvEu4XLmnyp-NFQ1KAKgv86VWS3AP_3UvF9DMaULeSbsK5JLNEgN-N2iclMPr6BM6ljwk5afc2CcwcjZ6LXQyl30y17U1JX13YOlC63zodmb195g' \
--header 'workspaceId: 7246e4f5-d8f2-4c01-abb7-753b9df2d31f' \
--header 'integrationAccountId: 048444b0-b0ca-40d9-8035-605e63e7f501'

Important Note​

  • Unifed API v1 end-points will be deprecated by 15th June.
  • If you're already integrated with Unified API v1, please make sure you move to v2 by the mentioned date. If you're new to Calry API, integrate with Unified API v2 end-points.
  • This change doesn't affect the Calry system APIs, mentioned under Common API Reference section.
  • Webhook URLs are version agnostic. Moving to v2 endpoints will not affect your webhook subscription.

Feel free to reach out to mail@calry.app in case of any questions.