Skip to main content

OwnerRez

How to set-up OAuth app​

  1. Go to the OwnerRez Developer/API Settings to create an OAuth App.
  2. Enter the Name and Description for your OAuth App. This will be displayed to the end-customer during authentication.
  3. Set the OAuth Redirect URL to: https://dev.calry.app/api/v1/oauth/callback
  4. You can fill anything in the Webhooks section as it is not used. We instead use their API to create webhooks.
  5. Save the ClientId and ClientSecret, these will be needed in the next steps.
  6. Visit this URL to create your OAuth App in the Calry app: https://dev.calry.app/workspaces/{workspaceID}/o_auth
  7. Click on ' + New OAuth App'.
  8. Select 'OwnerRez' as the integration type.
  9. Provide a name for the Integration auth.
  10. Paste the ClientID, ClientSecret, and leave the scopes empty. Finally click 'Create'.

Notes:

  1. Change the base urls to prod.calry.app if you're connecting it to Calry production environment.

  2. You must enable 'Wordpress plugin + Integrated websites' on the OwnerRez account to get property information via API. This must be enabled on your sandbox account as well as the end-customer account. If not, you will get very limited data from the property API.

    ownerrez auth 1