curl --request GET \
--url '/tenant/v1/properties?filters[property_name][$contains]=محمد' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'
Properties
List Properties
Get a list of all properties
GET
/
tenant
/
v1
/
properties
curl --request GET \
--url '/tenant/v1/properties?filters[property_name][$contains]=محمد' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'

