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/v1/vrs

Currently, we are in process of releasing Calry SDK, till then you can directly send requests by any request client like fetch, axios, got etc.

For example -

curl --location 'https://dev.calry.app/api/v1/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'

Testing via Postman​

Coming Soon!