curl --request GET \
--url /tenant/v1/properties/525416008427 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'
Properties
Get Property
Get property details by document number
GET
/
tenant
/
v1
/
properties
/
{documentNumber}
curl --request GET \
--url /tenant/v1/properties/525416008427 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'

