API Endpoint for Property Security Deposit Information

Dan - RCL
2 days ago
Joined Aug, 2025 3 posts

What is the correct endpoint to call to get for a property:

1) Security deposit amount
2) Hold information
3) Release details

Thanks much!

Max Z
2 days ago
OR Team Member Joined Jul, 2025 1 post

Hi Dan!

The right endpoint to use would be the v1 properties endpoints, for example, https://api.ownerrez.com/help/v1/Api/GET-v1-properties_paymentMethodId_active

which will include fields such as these:

      "securityDepositRule": 1,
      "securityDepositType": 0,
      "securityDepositAmount": 1.0,
      "securityDepositDays": 1,
      "securityDepositReleaseDays": 1,
      "securityDepositReleaseRemindMe": true,

in each Property object (https://api.ownerrez.com/help/v1/ResourceModel?modelName=Property).

The v2 API property endpoint doesn't yet include this information.

Hope that helps!