API Endpoint for Property Security Deposit Information
Dan - RCL
Jan 5, 2026 7:14 PM
Member for 11 months
8 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
Jan 5, 2026 7:20 PM
OR Team Member
Member for 1 year
2 posts
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!